From 931cd8a8ec022f889fb17ec8ccb05eb587cdb215 Mon Sep 17 00:00:00 2001
From: Daniel Teske <daniel.teske@nokia.com>
Date: Wed, 28 Mar 2012 15:45:39 +0200
Subject: [PATCH] Fix displayname of cloned buildstep lists

Task-number: QTCREATORBUG-7023

Change-Id: I1e45c5658f90b4643bfa1216a50e105df482f091
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
---
 src/plugins/projectexplorer/buildsteplist.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/projectexplorer/buildsteplist.cpp b/src/plugins/projectexplorer/buildsteplist.cpp
index c344c03720f..164d0bc830a 100644
--- a/src/plugins/projectexplorer/buildsteplist.cpp
+++ b/src/plugins/projectexplorer/buildsteplist.cpp
@@ -79,6 +79,7 @@ BuildStepList::BuildStepList(QObject *parent, BuildStepList *source) :
     ProjectConfiguration(parent, source),
     m_isNull(source->m_isNull)
 {
+    setDisplayName(source->displayName());
     Q_ASSERT(parent);
     // do not clone the steps here:
     // The BC is not fully set up yet and thus some of the buildstepfactories
-- 
GitLab