aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllistwrapper.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-31 14:02:15 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-31 15:51:00 +0200
commitd412840ec6b2e29053d6dc09a6066188c7d27477 (patch)
tree186ae1bfbb1f3be85044d26f942466725b4c5a97 /src/qml/qml/qqmllistwrapper.cpp
parent976051c491c9a79e5c34b97a0e3a37350a7c557c (diff)
Convert more subclasses of Managed to the new casting scheme
Change-Id: I4105f61d8b1d32b59281eb28fc31002a0ac4e4eb Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmllistwrapper.cpp')
-rw-r--r--src/qml/qml/qqmllistwrapper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmllistwrapper.cpp b/src/qml/qml/qqmllistwrapper.cpp
index e8bc053ec1..6d49b54cf4 100644
--- a/src/qml/qml/qqmllistwrapper.cpp
+++ b/src/qml/qml/qqmllistwrapper.cpp
@@ -55,7 +55,6 @@ QmlListWrapper::QmlListWrapper(QV8Engine *engine)
: Object(QV8Engine::getV4(engine)),
v8(engine)
{
- type = Type_QmlListWrapper;
vtbl = &static_vtbl;
}