aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/memory/qv4mm_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-08-07 14:26:43 +0200
committerLars Knoll <lars.knoll@theqtcompany.com>2015-08-10 07:24:36 +0000
commitc1667cd7277cd48e26a97ea5d10d6bcab0ef576e (patch)
treeacb05c619ec15344ea5c2140ea16d5afe95fb3ad /src/qml/memory/qv4mm_p.h
parent415f55d1400f6abdd3a8e3edaf5ff208ecdad216 (diff)
destruct qobject wrappers before sweeping the GC heap
The wrappers emit a destroyed signal, and it's important that the GC heap is in a well defined state when these signals are emitted. Change-Id: I423c4241b1e2fd3de727277d26bbe64f08862193 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/memory/qv4mm_p.h')
-rw-r--r--src/qml/memory/qv4mm_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/memory/qv4mm_p.h b/src/qml/memory/qv4mm_p.h
index a7b4e6ef4e..6d6ce1bad7 100644
--- a/src/qml/memory/qv4mm_p.h
+++ b/src/qml/memory/qv4mm_p.h
@@ -153,8 +153,6 @@ public:
void dumpStats() const;
- void registerDeletable(GCDeletable *d);
-
size_t getUsedMem() const;
size_t getAllocatedMem() const;
size_t getLargeItemsMem() const;