forked from qt-creator/qt-creator
DebuggingHelper: Keep state of different UI's for same version in sync
QtVersionManager got a signal 'qtVersionsUpdated(QString)', which the UI's in QMakeStep & in the Qt Options react to. Change-Id: Ib774332daf6cf008afb46914ebd839420cf23e25
This commit is contained in:
@@ -381,6 +381,7 @@ void QtVersionManager::updateQtVersion(int id)
|
||||
if (v->qmakeCommand() == qmakeCommand)
|
||||
v->recheckDumper();
|
||||
}
|
||||
emit qtVersionsUpdated(qmakeCommand);
|
||||
}
|
||||
|
||||
void QtVersionManager::updateSettings()
|
||||
|
||||
Reference in New Issue
Block a user