forked from qt-creator/qt-creator
QtSupport: Rename BaseQtVersion::autodetection* to detection
It's also used for manually triggered detection nowadays and closer in naming to what kit, debugger and kit have. Change-Id: I68705aafe297d61afc8b5918650e47353d3ccce1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -478,7 +478,7 @@ void KitDetectorPrivate::undoAutoDetect() const
|
||||
}
|
||||
};
|
||||
for (BaseQtVersion *qtVersion : QtVersionManager::versions()) {
|
||||
if (qtVersion->autodetectionSource() == m_sharedId) {
|
||||
if (qtVersion->detectionSource() == m_sharedId) {
|
||||
emit q->logOutput(tr("Removing Qt version: %1").arg(qtVersion->displayName()));
|
||||
QtVersionManager::removeVersion(qtVersion);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user