forked from qt-creator/qt-creator
PluginManager: revert auto-quitting change.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user