forked from qt-creator/qt-creator
analyzer: reorganize local/remote starts
Change-Id: I6273ea7ea50fd2bddad3a627e4616fe93e8398b9 Reviewed-on: http://codereview.qt.nokia.com/921 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -453,6 +453,11 @@ bool QmlProfilerTool::canRunRemotely() const
|
||||
return true;
|
||||
}
|
||||
|
||||
bool QmlProfilerTool::canRunLocally() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void QmlProfilerTool::clearDisplay()
|
||||
{
|
||||
d->m_traceWindow->clearDisplay();
|
||||
@@ -475,7 +480,6 @@ void QmlProfilerTool::attach()
|
||||
|
||||
connectClient(d->m_tcpPort);
|
||||
AnalyzerManager::instance()->showMode();
|
||||
//AnalyzerManager::instance()->popupOutputPane();
|
||||
} else {
|
||||
stopRecording();
|
||||
}
|
||||
|
Reference in New Issue
Block a user