aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-04-08 11:22:48 +0200
committercon <qtc-committer@nokia.com>2010-04-09 11:06:35 +0200
commit3fc69bd939f5f129ef85fdc32c1ce41f77735ec6 (patch)
treeb3e218b7caaa2b9d68f9d144fb1200f5f1b2f2cd /src/plugins/projectexplorer
parentd0f7717734ad8dc8c0b84ec37fd09b3ef7b0d92f (diff)
Fix clearing of build issues
Reviewed-By: hunger (cherry picked from commit fff5c6aea50d197c663f11de4a937c5ff5429a4b)
Diffstat (limited to 'src/plugins/projectexplorer')
-rw-r--r--src/plugins/projectexplorer/buildmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/buildmanager.cpp b/src/plugins/projectexplorer/buildmanager.cpp
index 700aa82c83..6b0301243e 100644
--- a/src/plugins/projectexplorer/buildmanager.cpp
+++ b/src/plugins/projectexplorer/buildmanager.cpp
@@ -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