diff options
author | Saturneric <[email protected]> | 2021-12-02 21:35:16 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-02 21:35:16 +0000 |
commit | 1e3f1d13a6fb1bfc8f24be83032df1e92350dbcc (patch) | |
tree | 58cabfa5c0065632b97823b6e6f068c04f1fa2e9 /src/ui/function/VersionCheckThread.cpp | |
parent | Fix and Modified. (diff) | |
download | GpgFrontend-1e3f1d13a6fb1bfc8f24be83032df1e92350dbcc.tar.gz GpgFrontend-1e3f1d13a6fb1bfc8f24be83032df1e92350dbcc.zip |
Fixed.
1. Fixed known issue in File Operations.
Diffstat (limited to '')
-rw-r--r-- | src/ui/function/VersionCheckThread.cpp (renamed from src/ui/help/VersionCheckThread.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/help/VersionCheckThread.cpp b/src/ui/function/VersionCheckThread.cpp index 44ef0bd1..50a4160e 100644 --- a/src/ui/help/VersionCheckThread.cpp +++ b/src/ui/function/VersionCheckThread.cpp @@ -22,7 +22,7 @@ * */ -#include "ui/help/VersionCheckThread.h" +#include "VersionCheckThread.h" #include "GpgFrontendBuildInfo.h" #include "rapidjson/document.h" |