diff options
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 |