diff options
author | saturneric <[email protected]> | 2024-01-05 14:21:11 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-05 14:21:11 +0000 |
commit | aeea160079b8ffd7f4f7c8accb20297e4f930f9a (patch) | |
tree | ec43bdc1d5134cdbe9c1dd1eeaa9474724113ab9 /src/init.cpp | |
parent | fix: slove a multi-threads issue at task model (diff) | |
download | GpgFrontend-aeea160079b8ffd7f4f7c8accb20297e4f930f9a.tar.gz GpgFrontend-aeea160079b8ffd7f4f7c8accb20297e4f930f9a.zip |
feat: improve tool menus and icons
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/init.cpp b/src/init.cpp index cc91c538..1b453cad 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -29,10 +29,6 @@ #include "init.h" #include <qcoreapplication.h> -#include <spdlog/async.h> -#include <spdlog/common.h> -#include <spdlog/sinks/rotating_file_sink.h> -#include <spdlog/sinks/stdout_color_sinks.h> #include <boost/date_time.hpp> #include <filesystem> |