summaryrefslogtreecommitdiffstats
path: root/debian/patches/disable_check_for_update.patch
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-07-10 23:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-07-10 23:42:20 +0900
commita0148cf62fc298126980a7dc27603b123e1d764c (patch)
tree9f38f507e450ba08c221fbb9dd0cae9005543739 /debian/patches/disable_check_for_update.patch
parent2f6b317ededd1951b688597b63b4d25657ef05e5 (diff)
downloaduniversal-indent-gui-tqt-a0148cf62fc298126980a7dc27603b123e1d764c.tar.gz
universal-indent-gui-tqt-a0148cf62fc298126980a7dc27603b123e1d764c.zip
Clean up some unnecessary stuff.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/patches/disable_check_for_update.patch')
-rw-r--r--debian/patches/disable_check_for_update.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/disable_check_for_update.patch b/debian/patches/disable_check_for_update.patch
deleted file mode 100644
index 26fe12e..0000000
--- a/debian/patches/disable_check_for_update.patch
+++ /dev/null
@@ -1,15 +0,0 @@
----
- src/UiGuiSettings.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/src/UiGuiSettings.cpp
-+++ b/src/UiGuiSettings.cpp
-@@ -181,7 +181,7 @@ bool UiGuiSettings::initSettings()
- _qsettings->setValue( "UniversalIndentGUI/language", _availableTranslations.indexOf( _qsettings->value("UniversalIndentGUI/language", "").toString() ) );
-
- // Read the update check settings from the settings file.
-- _qsettings->setValue( "UniversalIndentGUI/CheckForUpdate", _qsettings->value("UniversalIndentGUI/CheckForUpdate", true) );
-+ _qsettings->setValue( "UniversalIndentGUI/CheckForUpdate", _qsettings->value("UniversalIndentGUI/CheckForUpdate", false) );
- _qsettings->setValue( "UniversalIndentGUI/LastUpdateCheck", _qsettings->value("UniversalIndentGUI/LastUpdateCheck", QDate(1900,1,1)) );
-
- // Read the main window state.