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
c8b3528e
Commit
c8b3528e
authored
Nov 11, 2009
by
Kai Koehne
Browse files
Only clear compile tasks from build issues for a new build
parent
caf4bb4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/buildmanager.cpp
View file @
c8b3528e
...
...
@@ -212,7 +212,7 @@ void BuildManager::startBuildQueue()
m_canceling
=
false
;
m_progressFutureInterface
->
reportStarted
();
m_outputWindow
->
clearContents
();
m_taskWindow
->
clear
Contents
(
);
m_taskWindow
->
clear
Tasks
(
Constants
::
TASK_CATEGORY_COMPILE
);
nextStep
();
}
else
{
// Already running
...
...
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