Valgrind: Show status messages permanently.

There is no reason for these messages to fade away after a while.

Change-Id: I6dcf199af87df77b6d65e267a45f5553c85bc952
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-07-01 12:44:45 +02:00
parent 3e4ebb1b9f
commit 2b613ef7be
3 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ CallgrindRunControl::CallgrindRunControl(const AnalyzerStartParameters &sp,
void CallgrindRunControl::showStatusMessage(const QString &msg)
{
AnalyzerManager::showStatusMessage(CallgrindToolId, msg);
AnalyzerManager::showPermanentStatusMessage(CallgrindToolId, msg);
}
QStringList CallgrindRunControl::toolArguments() const