Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
b6087aff
Commit
b6087aff
authored
Aug 06, 2009
by
dt
Browse files
Add a missing space in the summary text
parent
5a3d3371
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/makestep.cpp
View file @
b6087aff
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment