]> git.sur5r.net Git - minitube/blob - debian/patches/disable-update-check
Imported Debian patch 1.6-1
[minitube] / debian / patches / disable-update-check
1 Description: Disable update check as it's useless for a packaged version
2 Author: Jakob Haufe <sur5r@sur5r.net>
3
4 diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
5 index 137ee6f..16a2103 100644
6 --- a/src/MainWindow.cpp
7 +++ b/src/MainWindow.cpp
8 @@ -102,7 +102,7 @@ MainWindow::MainWindow() :
9  
10      setAcceptDrops(true);
11  
12 -    QTimer::singleShot(0, this, SLOT(checkForUpdate()));
13 +    //QTimer::singleShot(0, this, SLOT(checkForUpdate()));
14  
15  }
16