diff options
author | saturneric <[email protected]> | 2024-01-31 05:57:48 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-31 05:57:48 +0000 |
commit | 01dfc8df4f019e439e7b3e774ef3a02a2a908de2 (patch) | |
tree | 68fda3203652e01136e90e4944e190e8a5d41c51 /src/ui/GpgFrontendUIInit.cpp | |
parent | feat: try to add qt5 support (diff) | |
download | GpgFrontend-01dfc8df4f019e439e7b3e774ef3a02a2a908de2.tar.gz GpgFrontend-01dfc8df4f019e439e7b3e774ef3a02a2a908de2.zip |
feat: support qt5 build option
Diffstat (limited to 'src/ui/GpgFrontendUIInit.cpp')
-rw-r--r-- | src/ui/GpgFrontendUIInit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/GpgFrontendUIInit.cpp b/src/ui/GpgFrontendUIInit.cpp index 148402d4..08cf012d 100644 --- a/src/ui/GpgFrontendUIInit.cpp +++ b/src/ui/GpgFrontendUIInit.cpp @@ -33,6 +33,7 @@ #include "core/GpgConstants.h" #include "core/function/CoreSignalStation.h" #include "core/function/GlobalSettingStation.h" +#include "core/model/GpgPassphraseContext.h" #include "core/module/ModuleManager.h" #include "ui/UISignalStation.h" #include "ui/UserInterfaceUtils.h" |