aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4global_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-09-24 15:46:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-26 09:05:38 +0200
commit0c22fb091eeb591c49ebe65532609e65eafb59d1 (patch)
tree85d47dfa0d7454886b0bbb07aa42970713ece560 /src/qml/jsruntime/qv4global_p.h
parent74807c0725ad6ef6ccd49611bb9f4f994cddf106 (diff)
Convert more methods in QV8Engine
Change-Id: I5b059b41842b4a6d9541525b3955d2b64c0011c3 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4global_p.h')
-rw-r--r--src/qml/jsruntime/qv4global_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4global_p.h b/src/qml/jsruntime/qv4global_p.h
index f0a5e30608..01c5245a54 100644
--- a/src/qml/jsruntime/qv4global_p.h
+++ b/src/qml/jsruntime/qv4global_p.h
@@ -121,6 +121,7 @@ template<typename T> struct Referenced;
typedef Referenced<Managed> ManagedRef;
typedef Referenced<String> StringRef;
typedef Referenced<Object> ObjectRef;
+typedef Referenced<ArrayObject> ArrayObjectRef;
typedef Referenced<FunctionObject> FunctionObjectRef;