forked from qt-creator/qt-creator
Add missing update Actions
Change-Id: I23765629a2c95c65f3ff3dc5c948d3386aeb962e Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -2147,6 +2147,7 @@ void ProjectExplorerPlugin::startupProjectChanged()
|
||||
}
|
||||
|
||||
activeTargetChanged();
|
||||
updateActions();
|
||||
}
|
||||
|
||||
void ProjectExplorerPlugin::activeTargetChanged()
|
||||
@@ -2168,8 +2169,8 @@ void ProjectExplorerPlugin::activeTargetChanged()
|
||||
this, SLOT(activeRunConfigurationChanged()));
|
||||
}
|
||||
|
||||
updateDeployActions();
|
||||
activeRunConfigurationChanged();
|
||||
updateDeployActions();
|
||||
}
|
||||
|
||||
void ProjectExplorerPlugin::activeRunConfigurationChanged()
|
||||
|
||||
Reference in New Issue
Block a user