diff options
Diffstat (limited to 'src/ui/dialog/GeneralDialog.h')
-rw-r--r-- | src/ui/dialog/GeneralDialog.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/dialog/GeneralDialog.h b/src/ui/dialog/GeneralDialog.h index 91c3e55f..741b6109 100644 --- a/src/ui/dialog/GeneralDialog.h +++ b/src/ui/dialog/GeneralDialog.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_GENERALDIALOG_H -#define GPGFRONTEND_GENERALDIALOG_H +#pragma once #include "ui/GpgFrontendUI.h" @@ -94,5 +93,3 @@ class GeneralDialog : public QDialog { bool rect_restored_ = false; }; } // namespace GpgFrontend::UI - -#endif // GPGFRONTEND_GENERALDIALOG_H |