forked from qt-creator/qt-creator
Rename PluginManager::runningTests() --> testRunRequested()
Change-Id: I209ebb85ad2a3cc32be0c45ee37ba4918ec42828 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -506,7 +506,7 @@ int main(int argc, char **argv)
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
// Do this after the event loop has started
|
||||
if (PluginManager::runningTests())
|
||||
if (PluginManager::testRunRequested())
|
||||
QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user