progress bar change status to cancel in the analyzer

if cancel button is pressed in the progress bar

Task-number: QTCREATORBUG-4644

Change-Id: I651af0a88a96d40e794bd2c63150276eef12131f
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
David Schulz
2012-01-23 10:57:39 +01:00
committed by hjk
parent f64a31a09d
commit 2fb2c46da8

View File

@@ -136,6 +136,8 @@ QString ValgrindEngine::executable() const
void ValgrindEngine::handleProgressCanceled()
{
AnalyzerManager::stopTool();
m_progress->reportCanceled();
m_progress->reportFinished();
}
void ValgrindEngine::handleProgressFinished()