aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-02-08 15:31:34 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-02-08 14:55:09 +0000
commit5cef1f6b505939976684c00e8deee614f2c20928 (patch)
treec3346b0117ed2b8a487bf26e5e4d5f44eb3a0db1 /src/qmldebug
parent5932e8f179b624d58f3f1c88ac3e7bb2b4cea0f8 (diff)
QmlDebug: Clear profiler client's trackedEngines on clear()
Change-Id: Ibd3e033339e26158c5f5c3dadbbcb6a903671cf5 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qmldebug')
-rw-r--r--src/qmldebug/qqmlprofilerclient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmldebug/qqmlprofilerclient.cpp b/src/qmldebug/qqmlprofilerclient.cpp
index cbd0062ce6..d2a2d24f13 100644
--- a/src/qmldebug/qqmlprofilerclient.cpp
+++ b/src/qmldebug/qqmlprofilerclient.cpp
@@ -212,6 +212,7 @@ void QQmlProfilerClient::clearAll()
Q_D(QQmlProfilerClient);
d->serverTypeIds.clear();
d->eventTypeIds.clear();
+ d->trackedEngines.clear();
clearEvents();
}