aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4string.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-03-26 15:11:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-27 20:39:59 +0100
commit7ae796cb141b73a1b215b2b0fd64b7ffbbd1e510 (patch)
tree9f9b45d8f2036cc50b4298f8a3fdbe33d4d1eeda /src/qml/jsruntime/qv4string.cpp
parentb9bf708bf85ba062d009ccf5e13e3494dc88a5d1 (diff)
Get rid of collectDeletables
The method is only required for the QObjectWrapper, but there we can instead simply register the deletable in the destroy method. Change-Id: I944319d327859cce33ac31a174e8d56fc4babfc1 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4string.cpp')
-rw-r--r--src/qml/jsruntime/qv4string.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4string.cpp b/src/qml/jsruntime/qv4string.cpp
index 1c915914b5..575f605e45 100644
--- a/src/qml/jsruntime/qv4string.cpp
+++ b/src/qml/jsruntime/qv4string.cpp
@@ -106,7 +106,6 @@ const ObjectVTable String::static_vtbl =
DEFINE_MANAGED_VTABLE_INT(String),
0,
0,
- 0 /*collectDeletables*/,
get,
getIndexed,
put,