From b83667058c33e633e44965b24d4f2fb1a0bad7de Mon Sep 17 00:00:00 2001 From: Daniel Molkentin <daniel.molkentin@nokia.com> Date: Wed, 16 Feb 2011 23:02:52 +0100 Subject: [PATCH] Do not run tests by default Requested-By: hjk --- src/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index 5e60708a615..40b95a3c4be 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(); } -- GitLab