diff options
author | saturneric <[email protected]> | 2023-10-16 20:19:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-16 20:19:26 +0000 |
commit | 5175b3ae6687839afa2cdfe01f2fd70d714024ed (patch) | |
tree | 96eef7e087749c9118d5da7a838fdd81b0e96354 /src/ui/GpgFrontendUI.h | |
parent | feat: using piml tech on plugin system (diff) | |
download | GpgFrontend-5175b3ae6687839afa2cdfe01f2fd70d714024ed.tar.gz GpgFrontend-5175b3ae6687839afa2cdfe01f2fd70d714024ed.zip |
refactor: use c++17 features and piml tech to rewrite DataObject and Task
Diffstat (limited to 'src/ui/GpgFrontendUI.h')
-rw-r--r-- | src/ui/GpgFrontendUI.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index 09204b6b..3d3d74bb 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_GPGFRONTENDUI_H -#define GPGFRONTEND_GPGFRONTENDUI_H +#pragma once /** * Basic dependency @@ -48,5 +47,3 @@ */ #include <qt-aes/qaesencryption.h> - -#endif // GPGFRONTEND_GPGFRONTENDUI_H |