diff options
author | saturneric <[email protected]> | 2023-10-25 10:26:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-25 10:26:26 +0000 |
commit | 124929609eabff19359caad276a10f1026793c0f (patch) | |
tree | c743376267928e60291b4f14bd78bd2b76f955c7 /src/ui/main_window/MainWindow.cpp | |
parent | feat: use rt listen publish event function in main windows' app version upgra... (diff) | |
download | GpgFrontend-124929609eabff19359caad276a10f1026793c0f.tar.gz GpgFrontend-124929609eabff19359caad276a10f1026793c0f.zip |
fix: solve some code tidy issues
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r-- | src/ui/main_window/MainWindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp index 31fec620..fdad9ad1 100644 --- a/src/ui/main_window/MainWindow.cpp +++ b/src/ui/main_window/MainWindow.cpp @@ -32,6 +32,7 @@ #include "core/function/GlobalSettingStation.h" #include "core/function/gpg/GpgAdvancedOperator.h" #include "core/module/ModuleManager.h" +#include "main_window/GeneralMainWindow.h" #include "ui/SignalStation.h" #include "ui/main_window/GeneralMainWindow.h" #include "ui/struct/SettingsObject.h" |