Skip to content
Snippets Groups Projects
Commit b6087aff authored by dt's avatar dt
Browse files

Add a missing space in the summary text

parent 5a3d3371
No related merge requests found
......@@ -221,7 +221,7 @@ void MakeStepConfigWidget::updateDetails()
{
QStringList arguments = m_makeStep->value(m_buildConfiguration, "buildTargets").toStringList();
arguments << m_makeStep->additionalArguments(m_buildConfiguration);
m_summaryText = tr("<b>Make:</b>%1 %2")
m_summaryText = tr("<b>Make:</b> %1 %2")
.arg(m_makeStep->project()->toolChain(m_buildConfiguration)->makeCommand(),
arguments.join(" "));
emit updateSummary();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment