DebuggingHelper: Rename 'qtVersionsChanged' to 'dumpUpdatedFor'

Suggested by dt
This commit is contained in:
Kai Koehne
2011-05-13 13:17:24 +02:00
parent b470bdc6e2
commit fd1af2e620
6 changed files with 11 additions and 11 deletions

View File

@@ -381,7 +381,7 @@ void QtVersionManager::updateQtVersion(int id)
if (v->qmakeCommand() == qmakeCommand)
v->recheckDumper();
}
emit qtVersionsUpdated(qmakeCommand);
emit dumpUpdatedFor(qmakeCommand);
}
void QtVersionManager::updateSettings()