diff options
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> |