Adjust to Analyzer core changes

Change-Id: I2985b1be505f9aa43f2a8615a8dfcafaeb991e21
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
André Pönitz
2015-02-20 10:05:44 +01:00
committed by Andre Poenitz
parent 4495ab283c
commit 6ac1dc95fd
3 changed files with 3 additions and 6 deletions

View File

@@ -191,10 +191,8 @@ static bool dontStartAfterHintForDebugMode()
return false;
}
void ClangStaticAnalyzerTool::startTool(StartMode mode)
void ClangStaticAnalyzerTool::startTool()
{
QTC_ASSERT(mode == Analyzer::StartLocal, return);
AnalyzerManager::showMode();
if (dontStartAfterHintForDebugMode())