forked from qt-creator/qt-creator
Rename PluginManager::runningTests() --> testRunRequested()
Change-Id: I209ebb85ad2a3cc32be0c45ee37ba4918ec42828 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -750,7 +750,7 @@ void PluginManager::startTests()
|
||||
* \fn bool PluginManager::runningTests() const
|
||||
* \internal
|
||||
*/
|
||||
bool PluginManager::runningTests()
|
||||
bool PluginManager::testRunRequested()
|
||||
{
|
||||
return !m_instance->d->testSpecs.isEmpty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user