aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/WaitingDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-11-28 04:35:01 +0000
committerSaturneric <[email protected]>2021-11-28 04:35:01 +0000
commitb5b3ba7b1dc52a8dbae2a3a6970b44ede827f060 (patch)
tree7dffd4f4e6684d078616d88999590b95e8a56410 /src/ui/WaitingDialog.h
parentUI Framework Modified. (diff)
downloadGpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.tar.gz
GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.zip
Can be compiled with minimal UI support.
Diffstat (limited to 'src/ui/WaitingDialog.h')
-rw-r--r--src/ui/WaitingDialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/WaitingDialog.h b/src/ui/WaitingDialog.h
index a81ab9ce..342360fd 100644
--- a/src/ui/WaitingDialog.h
+++ b/src/ui/WaitingDialog.h
@@ -22,6 +22,9 @@
*
*/
+#ifndef __UI_WAITING_DIALOG_H__
+#define __UI_WAITING_DIALOG_H__
+
#include "ui/GpgFrontendUI.h"
namespace GpgFrontend::UI {
@@ -39,3 +42,5 @@ class WaitingDialog : public QDialog {
};
} // namespace GpgFrontend::UI
+
+#endif // __UI_WAITING_DIALOG_H__