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 /UniversalIndentGUI.pro | |
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 'UniversalIndentGUI.pro')
-rwxr-xr-x | UniversalIndentGUI.pro | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/UniversalIndentGUI.pro b/UniversalIndentGUI.pro index 67f4f95..1bb4bec 100755 --- a/UniversalIndentGUI.pro +++ b/UniversalIndentGUI.pro @@ -158,7 +158,6 @@ HEADERS += src/AboutDialog.h \ src/UiGuiSettingsDialog.h \ src/UiGuiSystemInfo.h \ src/UiGuiVersion.h \ - src/UpdateCheckDialog.h \ src/debugging/TSLogger.h @@ -166,7 +165,6 @@ FORMS += src/MainWindow.ui \ src/ToolBarWidget.ui \ src/UiGuiSettingsDialog.ui \ src/AboutDialog.ui \ - src/UpdateCheckDialog.ui \ src/debugging/TSLoggerDialog.ui SOURCES += src/AboutDialog.cpp \ @@ -184,7 +182,6 @@ SOURCES += src/AboutDialog.cpp \ src/UiGuiSettingsDialog.cpp \ src/UiGuiSystemInfo.cpp \ src/UiGuiVersion.cpp \ - src/UpdateCheckDialog.cpp \ src/debugging/TSLogger.cpp RESOURCES += resources/Icons.qrc |