diff options
author | Saturneric <[email protected]> | 2021-11-30 13:25:18 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-11-30 13:35:37 +0000 |
commit | 69a90eae4a2ea0c7eee89cf11d4b96401ba2466d (patch) | |
tree | f7a2f8bed06ae30038e6cba5e987e01f02a8e5e8 /src/ui/GpgFrontendUI.h | |
parent | Project Structure Modified (diff) | |
download | GpgFrontend-69a90eae4a2ea0c7eee89cf11d4b96401ba2466d.tar.gz GpgFrontend-69a90eae4a2ea0c7eee89cf11d4b96401ba2466d.zip |
Add & Modified
1. Modified macro system.
2. Introduce new settings framework.
3. Modified part of the code of MainWindow to meet with the new settings
framework.
Diffstat (limited to 'src/ui/GpgFrontendUI.h')
-rw-r--r-- | src/ui/GpgFrontendUI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index 42d125d6..593ed872 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -26,6 +26,7 @@ #define GPGFRONTEND_GPGFRONTENDUI_H #include <GpgFrontend.h> +#include <easyloggingpp/easylogging++.h> #include <QtCore> #include <QtNetwork> |