]> git.sur5r.net Git - minitube/blob - debian/patches/disable-update-check
Refresh proper-tempfiles
[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 e5d78d2..581a168 100644
6 --- a/src/MainWindow.cpp
7 +++ b/src/MainWindow.cpp
8 @@ -130,7 +130,7 @@ MainWindow::MainWindow() :
9      mouseTimer->setSingleShot(true);
10      connect(mouseTimer, SIGNAL(timeout()), SLOT(hideMouse()));
11  
12 -    QTimer::singleShot(0, this, SLOT(checkForUpdate()));
13 +    //QTimer::singleShot(0, this, SLOT(checkForUpdate()));
14  
15  }
16