QmlProfiler: renamed runcontrol factory

Change-Id: I1d857d5cf63c01d766874469e7edde6a2c591dca
Reviewed-on: http://codereview.qt.nokia.com/1162
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Christiaan Janssen
2011-07-05 13:14:37 +02:00
committed by hjk
parent 45212d3c1a
commit 8b964f9641
4 changed files with 19 additions and 20 deletions

View File

@@ -34,7 +34,7 @@
#include "qmlprofilerplugin.h"
#include "qmlprofilertool.h"
#include "qmlprojectanalyzerruncontrolfactory.h"
#include "qmlprofilerruncontrolfactory.h"
#include <analyzerbase/analyzermanager.h>
@@ -49,7 +49,7 @@ bool QmlProfilerPlugin::initialize(const QStringList &arguments, QString *errorS
{
Q_UNUSED(arguments)
Q_UNUSED(errorString)
addAutoReleasedObject(new QmlProjectAnalyzerRunControlFactory());
addAutoReleasedObject(new QmlProfilerRunControlFactory());
StartModes modes;
// They are handled the same actually.
//modes.append(StartMode(StartRemote));