diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-05 20:45:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-05 20:45:24 +0900 |
commit | d879569fce39cb38991384a1851eeb42eca6e16f (patch) | |
tree | 3036f0292c863573f680bbb15088ae1aa8b15533 /src/main.cpp | |
parent | 4e57686976724d784d154620b3e81a9d459f601b (diff) | |
download | universal-indent-gui-tqt-d879569fce39cb38991384a1851eeb42eca6e16f.tar.gz universal-indent-gui-tqt-d879569fce39cb38991384a1851eeb42eca6e16f.zip |
Added SettingsPaths code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 37c3a51..c17f0c6 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,7 +25,7 @@ // -- #include "UiGuiSettings.h" // -- #include "UiGuiSystemInfo.h" // -- #include "IndentHandler.h" -// -- #include "SettingsPaths.h" +#include "SettingsPaths.h" #include <tqapplication.h> #include <tqtextcodec.h> @@ -179,7 +179,7 @@ int main(int argc, char *argv[]) // -- delete indentHandler; delete mainWindow; -// -- SettingsPaths::cleanAndRemoveTempDir(); + SettingsPaths::cleanAndRemoveTempDir(); // -- TSLogger::deleteInstance(); return returnValue; |