diff options
author | Michele Calgaro <[email protected]> | 2024-09-06 09:43:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-06 10:14:28 +0900 |
commit | 0204f596eb83c452ae7ffeefc728668b414b1f16 (patch) | |
tree | 71805578b857be9ba33c9d3223e6e935026e389d /src/MainWindow.h | |
parent | 075471f041516c31c7ea976dae03b5a771d6910d (diff) | |
download | universal-indent-gui-tqt-0204f596eb83c452ae7ffeefc728668b414b1f16.tar.gz universal-indent-gui-tqt-0204f596eb83c452ae7ffeefc728668b414b1f16.zip |
Finish off About dialog code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 0cc4e15..8ff6da6 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -26,7 +26,6 @@ class AboutDialog; -/// class AboutDialogGraphicsView; class UiGuiHighlighter; class IndentHandler; class UiGuiSettings; @@ -109,7 +108,6 @@ class MainWindow : public MainWindowBase UiGuiHighlighter *m_highlighter; ///-- TQScrollBar *m_textEditVScrollBar; AboutDialog *m_aboutDialog; -///-- AboutDialogGraphicsView *_aboutDialogGraphicsView; UiGuiSettingsDialog *m_settingsDialog; int m_actionClearRecentlyOpenedListId; int m_recentlyOpenedListMaxSize; |