summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-09-18 20:40:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-09-18 20:40:47 +0900
commita92640a3d98908db6d68cf107ca8dbced8447b7a (patch)
treecdef753a90563ae616a6e9310da4141454178b60 /src/MainWindow.h
parenta80a494efee7979c28ab1090734270e5c0515352 (diff)
downloaduniversal-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.h2
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;
};