aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/qmlprofiler/debugmessagesmodel.h2
1 files changed, 1 insertions, 1 deletions
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);