From a2bffbefb38a73b5c6968928fadaa93a5b58612e Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 18 Dec 2015 11:42:09 +0100 Subject: Add missing override to quieten warning Change-Id: Ibb14de894ae9e9c3eae367895fb03590ccb061d9 Reviewed-by: Tobias Hunger --- plugins/qmlprofiler/debugmessagesmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/qmlprofiler/debugmessagesmodel.h b/plugins/qmlprofiler/debugmessagesmodel.h index 879dbd4c0f..c1bdbd721b 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); -- cgit v1.2.3