From 0c01ef999895a2263cd59c5999f239131c36e89f Mon Sep 17 00:00:00 2001 From: Sergey Levin Date: Mon, 5 Apr 2021 12:38:55 +0300 Subject: [PATCH] Expand RunControl displayName Change-Id: I654ec71aeea945b59eb8a557254530dff97bed8c Reviewed-by: Christian Kandeler --- src/plugins/projectexplorer/runcontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/runcontrol.cpp b/src/plugins/projectexplorer/runcontrol.cpp index 7f35f525aba..7c6e50b5152 100644 --- a/src/plugins/projectexplorer/runcontrol.cpp +++ b/src/plugins/projectexplorer/runcontrol.cpp @@ -363,7 +363,7 @@ void RunControl::setRunConfiguration(RunConfiguration *runConfig) d->runConfiguration = runConfig; d->runConfigId = runConfig->id(); d->runnable = runConfig->runnable(); - d->displayName = runConfig->displayName(); + d->displayName = runConfig->expandedDisplayName(); d->macroExpander = runConfig->macroExpander(); d->buildKey = runConfig->buildKey(); d->settingsData = runConfig->aspectData();