QmlProfiler: Use override consistently

clang-tidy fixes from modernize-use-override check.

Change-Id: Ide82798f95e07be6c842a1c2fcf28573d9c635ed
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Tobias Hunger
2018-05-07 15:05:36 +02:00
parent 6947639d9f
commit a939ec8244
10 changed files with 13 additions and 13 deletions

View File

@@ -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;