forked from qt-creator/qt-creator
ProjectExplorer: Make enabled state updating part of runconfig updates
RunConfiguration::update() is becoming a central place acting on requests to act on interesting changes, triggering notifications to "the outside" from there is natural. Change-Id: I159cb548c159a607e2628a178362987fb37b59e3 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -117,7 +117,7 @@ void IosDeviceTypeAspect::deviceChanges()
|
||||
{
|
||||
updateDeviceType();
|
||||
m_runConfiguration->updateDisplayNames();
|
||||
m_runConfiguration->updateEnabledState();
|
||||
m_runConfiguration->update();
|
||||
}
|
||||
|
||||
void IosDeviceTypeAspect::updateDeviceType()
|
||||
|
Reference in New Issue
Block a user