forked from qt-creator/qt-creator
Make cloning of BuildConfigurations work again
Task-number: QTCREATORBUG-2207
This commit is contained in:
@@ -129,6 +129,7 @@ void DeployConfiguration::cloneSteps(DeployConfiguration *source)
|
||||
return;
|
||||
delete m_stepList;
|
||||
m_stepList = new BuildStepList(this, source->stepList());
|
||||
m_stepList->cloneSteps(source->stepList());
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user