Add missing override to quieten warning

Change-Id: Ibb14de894ae9e9c3eae367895fb03590ccb061d9
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-12-18 11:42:09 +01:00
parent 77fc9a38a2
commit a2bffbefb3

View File

@@ -29,7 +29,7 @@ class DebugMessagesModel : public QmlProfiler::QmlProfilerTimelineModel
Q_OBJECT Q_OBJECT
protected: protected:
bool accepted(const QmlProfiler::QmlProfilerDataModel::QmlEventTypeData &event) const; bool accepted(const QmlProfiler::QmlProfilerDataModel::QmlEventTypeData &event) const override;
public: public:
DebugMessagesModel(QmlProfiler::QmlProfilerModelManager *manager, QObject *parent = 0); DebugMessagesModel(QmlProfiler::QmlProfilerModelManager *manager, QObject *parent = 0);