Do not run tests by default

Requested-By: hjk
This commit is contained in:
Daniel Molkentin
2011-02-16 23:02:52 +01:00
parent fae31e0d25
commit b83667058c

View 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();
}