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/GpgFrontendUIInit.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/GpgFrontendUIInit.cpp')
-rw-r--r-- | src/ui/GpgFrontendUIInit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendUIInit.cpp b/src/ui/GpgFrontendUIInit.cpp index 579baebe..c3bbbfd2 100644 --- a/src/ui/GpgFrontendUIInit.cpp +++ b/src/ui/GpgFrontendUIInit.cpp @@ -40,7 +40,6 @@ #include "core/function/GlobalSettingStation.h" #include "core/thread/CtxCheckTask.h" #include "core/thread/TaskRunnerGetter.h" -#include "spdlog/spdlog.h" #include "ui/SignalStation.h" #include "ui/UserInterfaceUtils.h" #include "ui/main_window/MainWindow.h" |