diff options
author | saturneric <[email protected]> | 2023-10-18 12:54:02 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-18 12:54:02 +0000 |
commit | 76fda183d4c1067ab1735965e9bde3c7b29d1345 (patch) | |
tree | 54723eb8698dfe6f7e5dbc4c16b9da16e192d44b /src/ui/main_window/MainWindow.cpp | |
parent | fix: improve thread and module relation (diff) | |
download | GpgFrontend-76fda183d4c1067ab1735965e9bde3c7b29d1345.tar.gz GpgFrontend-76fda183d4c1067ab1735965e9bde3c7b29d1345.zip |
feat: simplify the thread system and improve its stability
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r-- | src/ui/main_window/MainWindow.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp index eeb1971c..dbca1f55 100644 --- a/src/ui/main_window/MainWindow.cpp +++ b/src/ui/main_window/MainWindow.cpp @@ -34,7 +34,6 @@ #include "core/function/gpg/GpgAdvancedOperator.h" #include "core/module/ModuleManager.h" #include "main_window/GeneralMainWindow.h" -#include "nlohmann/json_fwd.hpp" #include "spdlog/spdlog.h" #include "ui/SignalStation.h" #include "ui/UserInterfaceUtils.h" @@ -144,7 +143,7 @@ void MainWindow::Init() noexcept { slot_start_wizard(); } - emit SignalLoaded(); + emit SignalLoaded(); Module::TriggerEvent("APPLICATION_LOADED"); // if not prohibit update checking |