QmlProfiler: changed display name to QML Profiler

Change-Id: Ieb9cf689d72986b3ede931f327b048d25a53cf6e
Reviewed-on: http://codereview.qt.nokia.com/490
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-06-20 10:20:08 +02:00
parent c3c8463122
commit 1cb206a4c4
2 changed files with 9 additions and 9 deletions

View File

@@ -93,7 +93,7 @@ AnalyzerRunControl *QmlProjectAnalyzerRunControlFactory::create(const Analyzer::
QString QmlProjectAnalyzerRunControlFactory::displayName() const
{
return tr("QmlAnalyzer");
return tr("QML Profiler");
}
IRunConfigurationAspect *QmlProjectAnalyzerRunControlFactory::createRunConfigurationAspect()