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:
Kai Koehne
2011-05-09 17:32:24 +02:00
parent 6b25d6fbe1
commit 99911c5f3d
7 changed files with 36 additions and 20 deletions

View File

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