diff --git a/plugins/qmlprofiler/debugmessagesmodel.h b/plugins/qmlprofiler/debugmessagesmodel.h index 879dbd4c0f2..c1bdbd721b5 100644 --- a/plugins/qmlprofiler/debugmessagesmodel.h +++ b/plugins/qmlprofiler/debugmessagesmodel.h @@ -29,7 +29,7 @@ class DebugMessagesModel : public QmlProfiler::QmlProfilerTimelineModel Q_OBJECT protected: - bool accepted(const QmlProfiler::QmlProfilerDataModel::QmlEventTypeData &event) const; + bool accepted(const QmlProfiler::QmlProfilerDataModel::QmlEventTypeData &event) const override; public: DebugMessagesModel(QmlProfiler::QmlProfilerModelManager *manager, QObject *parent = 0);