forked from qt-creator/qt-creator
QmlProfiler: Move bindingLoopsDest() into QmlProfilerRangeModel
It's the only class that overrode it. Change-Id: I15aa8177571e2eda6016e3aa16302fcbe94c3f11 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
Q_INVOKABLE int expandedRow(int index) const override;
|
||||
Q_INVOKABLE int collapsedRow(int index) const override;
|
||||
int bindingLoopDest(int index) const override;
|
||||
int bindingLoopDest(int index) const;
|
||||
QColor color(int index) const override;
|
||||
|
||||
QVariantList labels() const override;
|
||||
|
||||
Reference in New Issue
Block a user