diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 20:40:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 20:40:47 +0900 |
commit | a92640a3d98908db6d68cf107ca8dbced8447b7a (patch) | |
tree | cdef753a90563ae616a6e9310da4141454178b60 /src/MainWindow.h | |
parent | a80a494efee7979c28ab1090734270e5c0515352 (diff) | |
download | universal-indent-gui-tqt-a92640a3d98908db6d68cf107ca8dbced8447b7a.tar.gz universal-indent-gui-tqt-a92640a3d98908db6d68cf107ca8dbced8447b7a.zip |
Removed code related to 'Check for Update' functionality. This won't be part of this port.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 e0d9320..663d161 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -30,7 +30,6 @@ /// class AboutDialogGraphicsView; /// class UiGuiHighlighter; /// class IndentHandler; -/// class UpdateCheckDialog; /// namespace Ui /// { /// class ToolBarWidget; @@ -138,7 +137,6 @@ class MainWindow : public MainWindowBase ///-- ///-- Ui::ToolBarWidget *_toolBarWidget; ///-- IndentHandler *_indentHandler; -///-- UpdateCheckDialog *_updateCheckDialog; ///-- TQLabel *_textEditLineColumnInfoLabel; }; |