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

Minor cosmetic, reset the buidlmanager watcher on cancel

parent 7dd60128
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,7 @@ void BuildManager::clearBuildQueue() ...@@ -148,6 +148,7 @@ void BuildManager::clearBuildQueue()
m_progressFutureInterface->reportCanceled(); m_progressFutureInterface->reportCanceled();
m_progressFutureInterface->reportFinished(); m_progressFutureInterface->reportFinished();
m_progressWatcher.setFuture(QFuture<void>());
delete m_progressFutureInterface; delete m_progressFutureInterface;
m_progressFutureInterface = 0; m_progressFutureInterface = 0;
m_maxProgress = 0; m_maxProgress = 0;
......
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