forked from qt-creator/qt-creator
Adapt to API change in main QtC.
Change-Id: I1496b29cc4b3a9802587f67d078b9c3d953f0141 Reviewed-by: Andre Poenitz <andre.poenitz@theqtcompany.com>
This commit is contained in:
@@ -316,7 +316,7 @@ void ClangStaticAnalyzerTool::handleStateUpdate()
|
||||
message += tr("%n issues found (%1 suppressed).", 0, issuesFound)
|
||||
.arg(issuesFound - issuesVisible);
|
||||
}
|
||||
AnalyzerManager::showPermanentStatusMessage(message);
|
||||
AnalyzerManager::showPermanentStatusMessage(ClangStaticAnalyzerToolId, message);
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
Reference in New Issue
Block a user