forked from qt-creator/qt-creator
minor style
Change-Id: Id21e8a3962550a1c66d761e718b48a8fcf4053e7 Reviewed-on: http://codereview.qt-project.org/5122 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -656,7 +656,7 @@ void PluginManager::startTests()
|
||||
}
|
||||
QTest::qExec(pluginSpec->plugin(), methods);
|
||||
}
|
||||
if(!d->testSpecs.isEmpty())
|
||||
if (!d->testSpecs.isEmpty())
|
||||
QTimer::singleShot(1, QCoreApplication::instance(), SLOT(quit()));
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user