aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerstatemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatemanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerstatemanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatemanager.h b/src/plugins/qmlprofiler/qmlprofilerstatemanager.h
index b0ce30440b6..010ebeb7495 100644
--- a/src/plugins/qmlprofiler/qmlprofilerstatemanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilerstatemanager.h
@@ -41,7 +41,7 @@ public:
};
explicit QmlProfilerStateManager(QObject *parent = nullptr);
- ~QmlProfilerStateManager();
+ ~QmlProfilerStateManager() override;
QmlProfilerState currentState();
bool clientRecording();