diff options
author | Saturneric <[email protected]> | 2022-01-12 00:36:36 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-12 00:36:36 +0000 |
commit | cd837f0d154e061bc26118f204d5f9a2a417be81 (patch) | |
tree | 2d9477c852eedef603901486a3dbbe50204b473a /src/ui/help/AboutDialog.cpp | |
parent | <fix>(ui): Fixed some bugs in tooltips. (diff) | |
download | GpgFrontend-cd837f0d154e061bc26118f204d5f9a2a417be81.tar.gz GpgFrontend-cd837f0d154e061bc26118f204d5f9a2a417be81.zip |
<refactor>(ui): Adjust src/ui/function to src/ui/thread
Diffstat (limited to 'src/ui/help/AboutDialog.cpp')
-rw-r--r-- | src/ui/help/AboutDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/help/AboutDialog.cpp b/src/ui/help/AboutDialog.cpp index 78ff5557..91e2923e 100644 --- a/src/ui/help/AboutDialog.cpp +++ b/src/ui/help/AboutDialog.cpp @@ -25,8 +25,8 @@ #include "ui/help/AboutDialog.h" #include "GpgFrontendBuildInfo.h" -#include "function/VersionCheckThread.h" #include "ui/settings/GlobalSettingStation.h" +#include "ui/thread/VersionCheckThread.h" namespace GpgFrontend::UI { |