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:
@@ -38,7 +38,7 @@ class FlameGraphView : public QmlProfilerEventsView
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
FlameGraphView(QWidget *parent, QmlProfilerModelManager *manager);
|
||||
FlameGraphView(QmlProfilerModelManager *manager, QWidget *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void selectByTypeId(int typeIndex) override;
|
||||
|
||||
Reference in New Issue
Block a user