diff options
author | Saturneric <[email protected]> | 2022-01-23 09:10:53 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-23 09:10:53 +0000 |
commit | 0dd16d72d75e2068b8365a49ef2696a4744575dd (patch) | |
tree | a463727ba5a5ee4d5afcfb0eaa4d8e6e48b7c930 /src/ui/GpgFrontendUI.h | |
parent | <refactor>(ui): tidy up codes and comments. (diff) | |
download | GpgFrontend-0dd16d72d75e2068b8365a49ef2696a4744575dd.tar.gz GpgFrontend-0dd16d72d75e2068b8365a49ef2696a4744575dd.zip |
<refactor>(ui): tidy up codes and comments.
1. tidy up ui.
Diffstat (limited to 'src/ui/GpgFrontendUI.h')
-rw-r--r-- | src/ui/GpgFrontendUI.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index c587c1fc..c8e8e3e8 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -29,16 +29,26 @@ #ifndef GPGFRONTEND_GPGFRONTENDUI_H #define GPGFRONTEND_GPGFRONTENDUI_H +/** + * Basic dependency + */ #include <QtCore> #include <QtNetwork> #include <QtPrintSupport> #include <QtWidgets> #include <optional> +/** + * Project internal dependencies + */ #include "GpgFrontend.h" #include "gpg/GpgConstants.h" #include "gpg/GpgModel.h" +/** + * 3rd party dependencies + */ + #undef LIBCONFIGXX_STATIC #define LIBCONFIGXX_STATIC #include <qt-aes/qaesencryption.h> |