Make cloning of BuildConfigurations work again

Task-number: QTCREATORBUG-2207
This commit is contained in:
Tobias Hunger
2010-08-30 12:25:27 +02:00
parent d7fb215e2e
commit bfad59df64
3 changed files with 3 additions and 2 deletions

View File

@@ -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());
}
///