diff options
author | Saturneric <[email protected]> | 2022-01-12 17:56:12 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-12 17:56:12 +0000 |
commit | 9064eb6ae14731b698f4304f0e25ef52ba6e931f (patch) | |
tree | 27d9ed253d8d343bd7882c4588d0762ff3995b69 /src/ui/KeyMgmt.cpp | |
parent | <refactor, fix>(ui): Refactored settings object to fix issues. (diff) | |
download | GpgFrontend-9064eb6ae14731b698f4304f0e25ef52ba6e931f.tar.gz GpgFrontend-9064eb6ae14731b698f4304f0e25ef52ba6e931f.zip |
<refactor, chore>(project, ui, core): Normalize third-party dependencies.
1. All third-party dependencies are in the form of submodules .
2. Compile third-party dependencies together at compile time.
3. Strip 3rd party dependencies from source code.
4. Normalize the reference of the header file of the third-party dependency, and only refer to it once.
5. Remove all find_libraries and use build-time static library files instead.
Diffstat (limited to 'src/ui/KeyMgmt.cpp')
-rwxr-xr-x | src/ui/KeyMgmt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/KeyMgmt.cpp b/src/ui/KeyMgmt.cpp index a0209d10..d6656ba3 100755 --- a/src/ui/KeyMgmt.cpp +++ b/src/ui/KeyMgmt.cpp @@ -31,7 +31,6 @@ #include "gpg/function/GpgKeyOpera.h" #include "ui/SignalStation.h" #include "ui/UserInterfaceUtils.h" -#include "ui/aes/qaesencryption.h" #include "ui/keygen/SubkeyGenerateDialog.h" #include "ui/settings/GlobalSettingStation.h" #include "ui/widgets/ExportKeyPackageDialog.h" |