summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-03-05 20:45:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-03-05 20:45:24 +0900
commitd879569fce39cb38991384a1851eeb42eca6e16f (patch)
tree3036f0292c863573f680bbb15088ae1aa8b15533 /src/main.cpp
parent4e57686976724d784d154620b3e81a9d459f601b (diff)
downloaduniversal-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-xsrc/main.cpp4
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;