summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilertextmark.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-05-07 15:05:36 +0200
committerTobias Hunger <tobias.hunger@qt.io>2018-05-07 13:37:07 +0000
commita939ec82440daa035bdf306beb075533cf99aa28 (patch)
treecf8700f4b51e33dab677753e2dcb4de5bbfd3ed8 /src/plugins/qmlprofiler/qmlprofilertextmark.h
parent6947639d9f6412776b3e132729a16da9973223ed (diff)
downloadqt-creator-a939ec82440daa035bdf306beb075533cf99aa28.tar.gz
QmlProfiler: Use override consistently
clang-tidy fixes from modernize-use-override check. Change-Id: Ide82798f95e07be6c842a1c2fcf28573d9c635ed Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertextmark.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertextmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertextmark.h b/src/plugins/qmlprofiler/qmlprofilertextmark.h
index 6747498361..09beb9bf88 100644
--- a/src/plugins/qmlprofiler/qmlprofilertextmark.h
+++ b/src/plugins/qmlprofiler/qmlprofilertextmark.h
@@ -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);