diff options
author | Saturneric <[email protected]> | 2023-07-14 14:31:18 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-07-14 14:31:18 +0000 |
commit | 5fce8319125dbdc38ffedaacb636cc4cdf21419d (patch) | |
tree | 6f33ae39ecdd2e159f47e49a584389e9c4478e94 /src/ui/dialog/WaitingDialog.h | |
parent | fix: improve ui (diff) | |
download | GpgFrontend-5fce8319125dbdc38ffedaacb636cc4cdf21419d.tar.gz GpgFrontend-5fce8319125dbdc38ffedaacb636cc4cdf21419d.zip |
fix: improve waiting dialog
Diffstat (limited to 'src/ui/dialog/WaitingDialog.h')
-rw-r--r-- | src/ui/dialog/WaitingDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/WaitingDialog.h b/src/ui/dialog/WaitingDialog.h index 1bb6a22b..c8193cba 100644 --- a/src/ui/dialog/WaitingDialog.h +++ b/src/ui/dialog/WaitingDialog.h @@ -30,6 +30,7 @@ #define __UI_WAITING_DIALOG_H__ #include "ui/GpgFrontendUI.h" +#include "ui/dialog/GeneralDialog.h" namespace GpgFrontend::UI { @@ -37,7 +38,7 @@ namespace GpgFrontend::UI { * @brief * */ -class WaitingDialog : public QDialog { +class WaitingDialog : public GeneralDialog { Q_OBJECT public: /** |