forked from qt-creator/qt-creator
analyzer: move convenience factory back to base plugin
Change-Id: Ife82b74ce4b457dd9e6a6cc3749cb629aeeacf58 Reviewed-on: http://codereview.qt.nokia.com/1086 Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
This commit is contained in:
@@ -537,11 +537,3 @@ void QmlProfilerTool::updateRecordingState()
|
||||
if (d->m_traceWindow->isRecording())
|
||||
clearDisplay();
|
||||
}
|
||||
|
||||
void QmlProfilerTool::startTool(StartMode mode)
|
||||
{
|
||||
if (mode == StartLocal)
|
||||
AnalyzerManager::startLocalTool(this, mode);
|
||||
if (mode == StartRemote)
|
||||
AnalyzerManager::startLocalTool(this, mode);
|
||||
}
|
||||
|
||||
@@ -62,7 +62,6 @@ public:
|
||||
ProjectExplorer::RunConfiguration *runConfiguration = 0);
|
||||
|
||||
QWidget *createControlWidget();
|
||||
void startTool(Analyzer::StartMode mode);
|
||||
|
||||
public slots:
|
||||
void connectClient(int port);
|
||||
|
||||
Reference in New Issue
Block a user