aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-05-13 17:43:56 +0000
committerSaturneric <[email protected]>2022-05-13 17:43:56 +0000
commit93ac14374580d6a173b83bef0dba0ff73ff77f5a (patch)
treedb4926fd694f660c48d2e18bb2bf6eaa4aaeae6d /src/main.cpp
parentperf: improve core performance (diff)
downloadGpgFrontend-93ac14374580d6a173b83bef0dba0ff73ff77f5a.tar.gz
GpgFrontend-93ac14374580d6a173b83bef0dba0ff73ff77f5a.zip
feat: add a simple TaskRunner system
1. solve multiple threads problem.
Diffstat (limited to '')
-rw-r--r--src/main.cpp1
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"