diff options
Diffstat (limited to 'src/ui/main_window/GeneralMainWindow.h')
-rw-r--r-- | src/ui/main_window/GeneralMainWindow.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/main_window/GeneralMainWindow.h b/src/ui/main_window/GeneralMainWindow.h index ac6b8477..f65b0668 100644 --- a/src/ui/main_window/GeneralMainWindow.h +++ b/src/ui/main_window/GeneralMainWindow.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_GENERALMAINWINDOW_H -#define GPGFRONTEND_GENERALMAINWINDOW_H +#pragma once #include "ui/GpgFrontendUI.h" @@ -77,5 +76,3 @@ class GeneralMainWindow : public QMainWindow { QSize size_; ///< }; } // namespace GpgFrontend::UI - -#endif // GPGFRONTEND_GENERALMAINWINDOW_H |