aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowSlotUI.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-02-04 15:17:16 +0000
committersaturneric <[email protected]>2025-02-04 15:17:16 +0000
commit4050dd0db4ff31c3de1a966ceade1c20540c63b5 (patch)
treeff948010519560a382545768cbb8b7b4ec9a580e /src/ui/main_window/MainWindowSlotUI.cpp
parentMerge branch 'develop' (diff)
downloadGpgFrontend-4050dd0db4ff31c3de1a966ceade1c20540c63b5.tar.gz
GpgFrontend-4050dd0db4ff31c3de1a966ceade1c20540c63b5.zip
fix: solve discovered issues before release v2.1.7
Diffstat (limited to 'src/ui/main_window/MainWindowSlotUI.cpp')
-rw-r--r--src/ui/main_window/MainWindowSlotUI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindowSlotUI.cpp b/src/ui/main_window/MainWindowSlotUI.cpp
index fd5c0d8f..248e6488 100644
--- a/src/ui/main_window/MainWindowSlotUI.cpp
+++ b/src/ui/main_window/MainWindowSlotUI.cpp
@@ -29,6 +29,7 @@
#include "MainWindow.h"
#include "core/GpgConstants.h"
#include "core/function/CacheManager.h"
+#include "core/function/GlobalSettingStation.h"
#include "core/function/gpg/GpgAdvancedOperator.h"
#include "core/model/SettingsObject.h"
#include "ui/UserInterfaceUtils.h"