forked from qt-creator/qt-creator
DebuggingHelper: Rename 'qtVersionsChanged' to 'dumpUpdatedFor'
Suggested by dt
This commit is contained in:
@@ -381,7 +381,7 @@ void QtVersionManager::updateQtVersion(int id)
|
||||
if (v->qmakeCommand() == qmakeCommand)
|
||||
v->recheckDumper();
|
||||
}
|
||||
emit qtVersionsUpdated(qmakeCommand);
|
||||
emit dumpUpdatedFor(qmakeCommand);
|
||||
}
|
||||
|
||||
void QtVersionManager::updateSettings()
|
||||
|
||||
Reference in New Issue
Block a user