diff --git a/src/app/main.cpp b/src/app/main.cpp index 5e60708a61528eece8af6749349c99e8842bf97e..40b95a3c4be93778b00af45eb51a7072984f2a06 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -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(); }