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/__TODO/MainWindow.ui | |
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/__TODO/MainWindow.ui')
-rwxr-xr-x | src/__TODO/MainWindow.ui | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/__TODO/MainWindow.ui b/src/__TODO/MainWindow.ui index 6377823..c7514a3 100755 --- a/src/__TODO/MainWindow.ui +++ b/src/__TODO/MainWindow.ui @@ -115,21 +115,6 @@ <string>Ctrl+Shift+S</string> </property> </action> - <action name="actionCheck_for_update"> - <property name="icon"> - <iconset resource="../resources/Icons.qrc"> - <normaloff>:/mainWindow/system-software-update.png</normaloff>:/mainWindow/system-software-update.png</iconset> - </property> - <property name="text"> - <string>Check for update</string> - </property> - <property name="toolTip"> - <string>Checks online whether a new version of UniversalIndentGUI is available.</string> - </property> - <property name="statusTip"> - <string>Checks online whether a new version of UniversalIndentGUI is available.</string> - </property> - </action> <action name="actionClear_Recently_Opened_List"> </action> </widget> |