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:
@@ -173,8 +173,8 @@ static void getSourceLocation(QStandardItem *infoItem,
|
||||
receiver(fileName, line, column);
|
||||
}
|
||||
|
||||
QmlProfilerStatisticsView::QmlProfilerStatisticsView(QWidget *parent,
|
||||
QmlProfilerModelManager *profilerModelManager)
|
||||
QmlProfilerStatisticsView::QmlProfilerStatisticsView(QmlProfilerModelManager *profilerModelManager,
|
||||
QWidget *parent)
|
||||
: QmlProfilerEventsView(parent), d(new QmlProfilerStatisticsViewPrivate(this))
|
||||
{
|
||||
setObjectName(QLatin1String("QmlProfilerStatisticsView"));
|
||||
|
||||
Reference in New Issue
Block a user