QmlProfiler: rename logStatus to logState for consistency

Change-Id: Ic9a19028fc4bde03619296a90f8251e2d6ad1240
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-05-06 15:44:34 +02:00
parent 031666c670
commit 0ef1b78724
3 changed files with 6 additions and 6 deletions

View File

@@ -448,7 +448,7 @@ void QmlProfilerTool::startTool(StartMode mode)
}
}
void QmlProfilerTool::logStatus(const QString &msg)
void QmlProfilerTool::logState(const QString &msg)
{
MessageManager::write(msg, Core::MessageManager::Flash);
}