forked from qt-creator/qt-creator
QmlProfiler: Re-enable attaching to a (remote) port
Change-Id: Iff5f8cf26e580ede4f82aba5a36acd785521da8d Reviewed-on: http://codereview.qt-project.org/4890 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
@@ -50,9 +50,8 @@ bool QmlProfilerPlugin::initialize(const QStringList &arguments, QString *errorS
|
||||
Q_UNUSED(errorString)
|
||||
addAutoReleasedObject(new QmlProfilerRunControlFactory());
|
||||
StartModes modes;
|
||||
// They are handled the same actually.
|
||||
//modes.append(StartMode(StartRemote));
|
||||
modes.append(StartMode(StartLocal));
|
||||
modes.append(StartMode(StartRemote));
|
||||
AnalyzerManager::addTool(new QmlProfilerTool(this), modes);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user