forked from qt-creator/qt-creator
ProjectExplorer: Replace RunConfiguration::doAdditionalSetup
... by an explicit update() call. This is what effectively done in most cases, and should be harmless and reasonably cheap in most other cases. Change-Id: I323112ec7cdbccf19050ac54466d8e1d97a0516e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -550,7 +550,7 @@ RunConfiguration *RunConfigurationCreationInfo::create(Target *target) const
|
||||
return nullptr;
|
||||
|
||||
rc->m_buildKey = buildKey;
|
||||
rc->doAdditionalSetup(*this);
|
||||
rc->update();
|
||||
rc->setDisplayName(displayName);
|
||||
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user