diff options
author | saturneric <[email protected]> | 2025-01-27 23:07:49 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-01-27 23:14:21 +0000 |
commit | 0a8a116d2dabedae09995906bef7a4a25af2fd61 (patch) | |
tree | 8c9334041a08fb244aa5686f1413915dd9a24365 /src/ui/main_window/MainWindowUI.cpp | |
parent | fix: tiny fixes (diff) | |
download | GpgFrontend-0a8a116d2dabedae09995906bef7a4a25af2fd61.tar.gz GpgFrontend-0a8a116d2dabedae09995906bef7a4a25af2fd61.zip |
refactor: code clean up
Diffstat (limited to 'src/ui/main_window/MainWindowUI.cpp')
-rw-r--r-- | src/ui/main_window/MainWindowUI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/main_window/MainWindowUI.cpp b/src/ui/main_window/MainWindowUI.cpp index 56c46824..a586a43b 100644 --- a/src/ui/main_window/MainWindowUI.cpp +++ b/src/ui/main_window/MainWindowUI.cpp @@ -28,10 +28,8 @@ #include "MainWindow.h" #include "core/function/GlobalSettingStation.h" -#include "core/model/SettingsObject.h" #include "core/module/ModuleManager.h" #include "dialog/controller/ModuleControllerDialog.h" -#include "struct/settings_object/AppearanceSO.h" #include "ui/UserInterfaceUtils.h" #include "ui/dialog/controller/GnuPGControllerDialog.h" #include "ui/dialog/help/AboutDialog.h" |