forked from qt-creator/qt-creator
QmlProfiler: cleanup QmlProfilerTraceView
Remove some unnecessary code and consolidate things. Change-Id: I3f6c971b84368013a60a7a7fa9545480b0cd551b Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
@@ -100,8 +100,6 @@ void QmlProfilerViewManager::createViews()
|
||||
d->traceView->setWindowTitle(tr("Timeline"));
|
||||
connect(d->traceView, SIGNAL(gotoSourceLocation(QString,int,int)),
|
||||
this, SIGNAL(gotoSourceLocation(QString,int,int)));
|
||||
d->traceView->reset();
|
||||
|
||||
|
||||
d->eventsView = new QmlProfilerEventsWidget(mw, d->profilerTool, this,
|
||||
d->profilerModelManager);
|
||||
|
||||
Reference in New Issue
Block a user