aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertextmark.h
diff options
context:
space:
mode:
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 6747498361b..09beb9bf88a 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);