forked from qt-creator/qt-creator
QmlProfiler: Use override consistently
clang-tidy fixes from modernize-use-override check. Change-Id: Ide82798f95e07be6c842a1c2fcf28573d9c635ed Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -53,7 +53,7 @@ class QmlProfilerTextMarkModel : public QObject
|
||||
{
|
||||
public:
|
||||
QmlProfilerTextMarkModel(QObject *parent = nullptr);
|
||||
~QmlProfilerTextMarkModel();
|
||||
~QmlProfilerTextMarkModel() override;
|
||||
|
||||
void clear();
|
||||
void addTextMarkId(int typeId, const QmlEventLocation &location);
|
||||
|
||||
Reference in New Issue
Block a user