diff options
author | saturneric <[email protected]> | 2025-01-27 22:56:22 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-01-27 22:56:22 +0000 |
commit | 7505b1131e62af46b785e4482b41dc7a9d002477 (patch) | |
tree | 3af3c8413b8ce1413fc7c37ddba422bf8408bd3a /src/ui/main_window/MainWindow.cpp | |
parent | fix: correct de_DE translations (diff) | |
download | GpgFrontend-7505b1131e62af46b785e4482b41dc7a9d002477.tar.gz GpgFrontend-7505b1131e62af46b785e4482b41dc7a9d002477.zip |
refactor: clean up code and reduce duplication
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r-- | src/ui/main_window/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp index e0f7a49a..f362daa5 100644 --- a/src/ui/main_window/MainWindow.cpp +++ b/src/ui/main_window/MainWindow.cpp @@ -30,7 +30,7 @@ #include "core/function/CacheManager.h" #include "core/function/GlobalSettingStation.h" -#include "core/function/gpg/GpgAdvancedOperator.h" +#include "core/function/gpg/GpgKeyGetter.h" #include "core/model/SettingsObject.h" #include "core/module/ModuleManager.h" #include "ui/UISignalStation.h" |