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
fff5c6ae
Commit
fff5c6ae
authored
Apr 08, 2010
by
dt
Browse files
Fix clearing of build issues
Reviewed-By: hunger
parent
878e38a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/buildmanager.cpp
View file @
fff5c6ae
...
...
@@ -259,6 +259,7 @@ void BuildManager::startBuildQueue()
m_progressFutureInterface
->
reportStarted
();
m_outputWindow
->
clearContents
();
m_taskWindow
->
clearTasks
(
Constants
::
TASK_CATEGORY_COMPILE
);
m_taskWindow
->
clearTasks
(
Constants
::
TASK_CATEGORY_BUILDSYSTEM
);
nextStep
();
}
else
{
// Already running
...
...
Write
Preview
Markdown
is supported
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