forked from qt-creator/qt-creator
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user