aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-31 05:57:48 +0000
committersaturneric <[email protected]>2024-01-31 05:57:48 +0000
commit01dfc8df4f019e439e7b3e774ef3a02a2a908de2 (patch)
tree68fda3203652e01136e90e4944e190e8a5d41c51 /src/ui/main_window/MainWindow.cpp
parentfeat: try to add qt5 support (diff)
downloadGpgFrontend-01dfc8df4f019e439e7b3e774ef3a02a2a908de2.tar.gz
GpgFrontend-01dfc8df4f019e439e7b3e774ef3a02a2a908de2.zip
feat: support qt5 build option
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r--src/ui/main_window/MainWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp
index 27634570..a7bd63d8 100644
--- a/src/ui/main_window/MainWindow.cpp
+++ b/src/ui/main_window/MainWindow.cpp
@@ -32,6 +32,7 @@
#include "core/function/CoreSignalStation.h"
#include "core/function/GlobalSettingStation.h"
#include "core/function/gpg/GpgAdvancedOperator.h"
+#include "core/model/GpgPassphraseContext.h"
#include "core/module/ModuleManager.h"
#include "ui/UISignalStation.h"
#include "ui/main_window/GeneralMainWindow.h"