Skip to content
Snippets Groups Projects
Commit fff5c6ae authored by dt's avatar dt
Browse files

Fix clearing of build issues

Reviewed-By: hunger
parent 878e38a2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment