aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4global_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-01-25 22:13:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-31 11:13:48 +0100
commitcaa6e18da572a9fb6a548d2630f133e8bf4f1649 (patch)
treebebf73c391d72ada4e0ac0b8c2eb4bcd6a8ea420 /src/qml/jsruntime/qv4global_p.h
parentbca28cb0d0dd922ee5d54e5d64d31b97ae5d0266 (diff)
Move ValueRef into qv4value_p.h
The ref class belongs logically together with the value. Change-Id: I40c0908715cbc8b2a5c51d2544cb06fcd8e25365 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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4global_p.h b/src/qml/jsruntime/qv4global_p.h
index 1d465df0c0..0337e336b9 100644
--- a/src/qml/jsruntime/qv4global_p.h
+++ b/src/qml/jsruntime/qv4global_p.h
@@ -163,6 +163,10 @@ typedef Referenced<Object> ObjectRef;
typedef Referenced<ArrayObject> ArrayObjectRef;
typedef Referenced<FunctionObject> FunctionObjectRef;
+struct PersistentValuePrivate;
+class PersistentValue;
+class WeakValue;
+
namespace Global {
enum {