Adapt to API change in main QtC.

Change-Id: I1496b29cc4b3a9802587f67d078b9c3d953f0141
Reviewed-by: Andre Poenitz <andre.poenitz@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-07-01 12:33:03 +02:00
parent 39613b3b08
commit 313724ace9

View File

@@ -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