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:
Tobias Hunger
2018-05-07 15:05:36 +02:00
parent 6947639d9f
commit a939ec8244
10 changed files with 13 additions and 13 deletions

View File

@@ -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);