forked from qt-creator/qt-creator
QmlProfiler: Add default argument for parent widgets on event views
Change-Id: Id67e87920a09ff2f5f5bbf73327f2cac6b299973 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -94,8 +94,8 @@ void QmlProfilerViewManager::createViews()
|
||||
perspective->addOperation({Constants::QmlProfilerTimelineDockId, d->traceView, {},
|
||||
Perspective::SplitVertical});
|
||||
|
||||
d->eventsViews << new QmlProfilerStatisticsView(0, d->profilerModelManager);
|
||||
d->eventsViews << new FlameGraphView(0, d->profilerModelManager);
|
||||
d->eventsViews << new QmlProfilerStatisticsView(d->profilerModelManager);
|
||||
d->eventsViews << new FlameGraphView(d->profilerModelManager);
|
||||
|
||||
foreach (QmlProfilerEventsView *view, d->eventsViews) {
|
||||
connect(view, &QmlProfilerEventsView::typeSelected,
|
||||
|
||||
Reference in New Issue
Block a user