diff options
author | Saturneric <[email protected]> | 2022-05-13 17:43:56 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-13 17:43:56 +0000 |
commit | 93ac14374580d6a173b83bef0dba0ff73ff77f5a (patch) | |
tree | db4926fd694f660c48d2e18bb2bf6eaa4aaeae6d /src/main.cpp | |
parent | perf: improve core performance (diff) | |
download | GpgFrontend-93ac14374580d6a173b83bef0dba0ff73ff77f5a.tar.gz GpgFrontend-93ac14374580d6a173b83bef0dba0ff73ff77f5a.zip |
feat: add a simple TaskRunner system
1. solve multiple threads problem.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 24f2b7fa..fd20a664 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,6 @@ #include "GpgFrontendBuildInfo.h" #include "core/GpgFunctionObject.h" -#include "core/thread/CtxCheckThread.h" #include "ui/GpgFrontendUIInit.h" #include "ui/main_window/MainWindow.h" |