aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-12 00:36:36 +0000
committerSaturneric <[email protected]>2022-01-12 00:36:36 +0000
commitcd837f0d154e061bc26118f204d5f9a2a417be81 (patch)
tree2d9477c852eedef603901486a3dbbe50204b473a /src/main.cpp
parent<fix>(ui): Fixed some bugs in tooltips. (diff)
downloadGpgFrontend-cd837f0d154e061bc26118f204d5f9a2a417be81.tar.gz
GpgFrontend-cd837f0d154e061bc26118f204d5f9a2a417be81.zip
<refactor>(ui): Adjust src/ui/function to src/ui/thread
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index cf97380a..06edc084 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -29,7 +29,7 @@
#include "GpgFrontendBuildInfo.h"
#include "gpg/GpgFunctionObject.h"
#include "ui/MainWindow.h"
-#include "ui/function/CtxCheckThread.h"
+#include "ui/thread/CtxCheckThread.h"
// Easy Logging Cpp
INITIALIZE_EASYLOGGINGPP