aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/WaitingDialog.h
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2023-07-14 15:35:39 +0000
committerGitHub <[email protected]>2023-07-14 15:35:39 +0000
commit9cee8cf8e3cce9af62549f824823049fdac0276f (patch)
treed2cb1899825cd12b814b4a1fa1097dd858137707 /src/ui/dialog/WaitingDialog.h
parentMerge pull request #108 from saturneric/dev/2.1.0/main (diff)
parentfix: slove border issues at GernalDialog (diff)
downloadGpgFrontend-9cee8cf8e3cce9af62549f824823049fdac0276f.tar.gz
GpgFrontend-9cee8cf8e3cce9af62549f824823049fdac0276f.zip
Merge pull request #109 from saturneric/dev/2.1.0/main
Develop 2.1.1.6
Diffstat (limited to 'src/ui/dialog/WaitingDialog.h')
-rw-r--r--src/ui/dialog/WaitingDialog.h3
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:
/**