forked from qt-creator/qt-creator
Add missing override to quieten warning
Change-Id: Ibb14de894ae9e9c3eae367895fb03590ccb061d9 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user