forked from qt-creator/qt-creator
Adjust to Analyzer core changes
Change-Id: I2985b1be505f9aa43f2a8615a8dfcafaeb991e21 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Andre Poenitz
parent
4495ab283c
commit
6ac1dc95fd
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user