Skip to content
GitLab
Menu
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
273a3c14
Commit
273a3c14
authored
Jun 09, 2010
by
dt
Browse files
Fix message shown on building
parent
47165a91
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/buildmanager.cpp
View file @
273a3c14
...
...
@@ -344,7 +344,7 @@ void BuildManager::nextStep()
const
QString
projectName
=
m_currentBuildStep
->
buildConfiguration
()
->
target
()
->
project
()
->
displayName
();
QTextCharFormat
textCharFormat
;
textCharFormat
.
setFontWeight
(
QFont
::
Bold
);
addToOutputWindow
(
tr
(
"Running build steps for project %
2
..."
)
addToOutputWindow
(
tr
(
"Running build steps for project %
1
..."
)
.
arg
(
projectName
),
textCharFormat
);
m_previousBuildStepProject
=
m_currentBuildStep
->
buildConfiguration
()
->
target
()
->
project
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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