Skip to content
Snippets Groups Projects
Commit 608f64f4 authored by Bill King's avatar Bill King
Browse files

PluginManager: revert auto-quitting change.

parent 4af3d9bd
No related branches found
No related tags found
No related merge requests found
...@@ -641,7 +641,6 @@ void PluginManager::startTests() ...@@ -641,7 +641,6 @@ void PluginManager::startTests()
} }
QTest::qExec(pluginSpec->plugin(), methods); QTest::qExec(pluginSpec->plugin(), methods);
} }
QTimer::singleShot(1, QCoreApplication::instance(), SLOT(quit()));
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment