OSDN Git Service

Do not run tests by default
authorDaniel Molkentin <daniel.molkentin@nokia.com>
Wed, 16 Feb 2011 22:02:52 +0000 (23:02 +0100)
committerDaniel Molkentin <daniel.molkentin@nokia.com>
Wed, 16 Feb 2011 22:03:35 +0000 (23:03 +0100)
Requested-By: hjk
src/app/main.cpp

index 5e60708..40b95a3 100644 (file)
@@ -355,7 +355,7 @@ int main(int argc, char **argv)
     QObject::connect(&app, SIGNAL(aboutToQuit()), &pluginManager, SLOT(shutdown()));
 
     // Do this after the event loop has started
-    QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
+    // QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
 
     return app.exec();
 }