aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/jsruntime.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-09-04 16:05:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-11 13:01:47 +0200
commit736afb8e9b3694efb8ca1fa8f3a8eeeaef530da2 (patch)
tree2b14c02f69805eb49a2ec332c71190cd3612112c /src/qml/jsruntime/jsruntime.pri
parent1986cf68d09fcd6cb586286bb21d8d9b7d405ce8 (diff)
Add ScopedValue and ScopedValueArray classes
Use these classes to hold Values on the stack. They are known by the GC and very fast to create and destroy. Change-Id: Idacf639485295ff446f290c5b0e149465354720e Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/jsruntime.pri')
-rw-r--r--src/qml/jsruntime/jsruntime.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/jsruntime/jsruntime.pri b/src/qml/jsruntime/jsruntime.pri
index 9a1325b58a..c504f750e9 100644
--- a/src/qml/jsruntime/jsruntime.pri
+++ b/src/qml/jsruntime/jsruntime.pri
@@ -90,6 +90,7 @@ HEADERS += \
$$PWD/qv4unwindhelper_arm_p.h \
$$PWD/qv4serialize_p.h \
$$PWD/qv4script_p.h \
+ $$PWD/qv4scopedvalue_p.h \
$$PWD/qv4util_p.h \
$$PWD/qv4executableallocator_p.h \
$$PWD/qv4sequenceobject_p.h \