aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerrangemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerrangemodel.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerrangemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerrangemodel.h b/src/plugins/qmlprofiler/qmlprofilerrangemodel.h
index 1ca4af7fcaa..9952a8772c8 100644
--- a/src/plugins/qmlprofiler/qmlprofilerrangemodel.h
+++ b/src/plugins/qmlprofiler/qmlprofilerrangemodel.h
@@ -70,7 +70,7 @@ public:
int typeId(int index) const override;
- virtual QList<const Timeline::TimelineRenderPass *> supportedRenderPasses() const override;
+ QList<const Timeline::TimelineRenderPass *> supportedRenderPasses() const override;
protected:
void loadEvent(const QmlEvent &event, const QmlEventType &type) override;