diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-17 22:16:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-01 10:58:24 +0900 |
commit | e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5 (patch) | |
tree | d86a2f7b4012fdf7ebc7120317d0b3a9bd7ec135 /src/MainWindow.h | |
parent | d879569fce39cb38991384a1851eeb42eca6e16f (diff) | |
download | universal-indent-gui-tqt-e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5.tar.gz universal-indent-gui-tqt-e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5.zip |
Added first part of UiGuiSettings class.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index b5fb704..f99b4c4 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -23,13 +23,13 @@ #include "MainWindowBase.h" #include "tqobjdefs.h" -/// #include "UiGuiSettings.h" -/// + /// class UiGuiSettingsDialog; class AboutDialog; /// class AboutDialogGraphicsView; /// class UiGuiHighlighter; /// class IndentHandler +class UiGuiSettings; class ToolBarWidget; /// /// class TQLabel; @@ -97,7 +97,7 @@ class MainWindow : public MainWindowBase ///-- void dropEvent(TQDropEvent *event); ///-- ///-- QsciScintilla *_qSciSourceCodeEditor; -///-- TQSharedPointer<UiGuiSettings> _settings; + UiGuiSettings *m_settings; ///-- ///-- TQString _currentEncoding; ///-- TQString _sourceFileContent; |