From 9895678995bb7bafe0d71caf97602e20302a548e Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Sat, 29 Sep 2012 01:49:11 +0200 Subject: [PATCH] Refresh disable-update-check --- debian/patches/disable-update-check | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/disable-update-check b/debian/patches/disable-update-check index 375a37d..516a1d8 100644 --- a/debian/patches/disable-update-check +++ b/debian/patches/disable-update-check @@ -2,12 +2,12 @@ Description: Disable update check as it's useless for a packaged version Author: Jakob Haufe diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp -index 137ee6f..16a2103 100644 +index e5d78d2..581a168 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp -@@ -102,7 +102,7 @@ MainWindow::MainWindow() : - - setAcceptDrops(true); +@@ -130,7 +130,7 @@ MainWindow::MainWindow() : + mouseTimer->setSingleShot(true); + connect(mouseTimer, SIGNAL(timeout()), SLOT(hideMouse())); - QTimer::singleShot(0, this, SLOT(checkForUpdate())); + //QTimer::singleShot(0, this, SLOT(checkForUpdate())); -- 2.39.2