Description: Disable update check as it's useless for a packaged version
Author: Jakob Haufe <sur5r@sur5r.net>

diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index 137ee6f..16a2103 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -102,7 +102,7 @@ MainWindow::MainWindow() :
 
     setAcceptDrops(true);
 
-    QTimer::singleShot(0, this, SLOT(checkForUpdate()));
+    //QTimer::singleShot(0, this, SLOT(checkForUpdate()));
 
 }
 
