summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-14 13:14:08 +0900
committerMichele Calgaro <[email protected]>2023-07-14 13:14:08 +0900
commit63d63ad52bcd74acf73002073700a06b52e63ecb (patch)
treeb63acba90386829df957281bb78639bc9f2e5b32 /src/MainWindow.h
parent74e91ff8c198d22f07d943d96528c9c2d3eb629c (diff)
downloaduniversal-indent-gui-tqt-63d63ad52bcd74acf73002073700a06b52e63ecb.tar.gz
universal-indent-gui-tqt-63d63ad52bcd74acf73002073700a06b52e63ecb.zip
Added logic to call the indenter and update the preview
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r--src/MainWindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h
index c259dd0..4b500af 100644
--- a/src/MainWindow.h
+++ b/src/MainWindow.h
@@ -22,7 +22,6 @@
#include "MainWindowBase.h"
-#include "tqobjdefs.h"
#include "tqvaluelist.h"
@@ -130,7 +129,7 @@ class MainWindow : public MainWindowBase
TQTranslator *m_qTranslator;
bool m_sourceCodeChanged;
-///-- bool _indentSettingsChanged;
+ bool m_indentSettingsChanged;
bool m_previewToggled;
bool m_documentModified;
TQStringList m_recentlyOpenedList;