aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/EditorPage.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/ui/widgets/EditorPage.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 '')
-rw-r--r--src/ui/widgets/EditorPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/EditorPage.cpp b/src/ui/widgets/EditorPage.cpp
index b73974a7..8c26fe71 100644
--- a/src/ui/widgets/EditorPage.cpp
+++ b/src/ui/widgets/EditorPage.cpp
@@ -27,7 +27,7 @@
#include <boost/filesystem.hpp>
#include <utility>
-#include "ui/function/FileReadThread.h"
+#include "ui/thread/FileReadThread.h"
namespace GpgFrontend::UI {