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:
Ulf Hermann
2016-05-31 17:31:45 +02:00
parent 3174c36ab1
commit d527cc8d5a
5 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
namespace QmlProfiler {
namespace Internal {
FlameGraphView::FlameGraphView(QWidget *parent, QmlProfilerModelManager *manager) :
FlameGraphView::FlameGraphView(QmlProfilerModelManager *manager, QWidget *parent) :
QmlProfilerEventsView(parent), m_content(new QQuickWidget(this)),
m_model(new FlameGraphModel(manager, this))
{