AnalyzerManager: Fix analyzer actions disabled after build error

Change-Id: I7a6d29aba5acd2eafccf8b2c2fc08cc4ed6f00f3
Task-Nr: QTCREATORBUG-6318
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Daniel Teske
2011-11-11 19:24:04 +01:00
committed by hjk
parent f224667dcf
commit 3e305f9758
4 changed files with 4 additions and 15 deletions

View File

@@ -199,7 +199,6 @@ bool QmlProfilerEngine::start()
d->m_fetchingData = true;
}
AnalyzerManager::handleToolStarted();
emit starting(this);
return true;
}