aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlinstruction_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2012-03-09 12:29:51 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-30 12:55:35 +0200
commitc1751ca39a21ee29fa7c4bd89cdd0d1e406e5cc1 (patch)
tree1089a663e360ced28033a587664073586c8c63e5 /src/qml/qml/qqmlinstruction_p.h
parent833336fa963b3cd9f1996d7d255098f523dfa580 (diff)
Allow V8 bindings to be assigned to aliases
V8 bindings must be able to be retargetted for them to be assignable to aliases. Change-Id: If72ff2a24188667113cbb46439129f8d2fcb8f90 Reviewed-by: Chris Adams <christopher.adams@nokia.com> Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlinstruction_p.h')
-rw-r--r--src/qml/qml/qqmlinstruction_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlinstruction_p.h b/src/qml/qml/qqmlinstruction_p.h
index b7533aca68..cfc530df04 100644
--- a/src/qml/qml/qqmlinstruction_p.h
+++ b/src/qml/qml/qqmlinstruction_p.h
@@ -114,7 +114,6 @@ QT_BEGIN_NAMESPACE
F(BeginObject, begin) \
F(InitV8Bindings, initV8Bindings) \
F(StoreBinding, assignBinding) \
- F(StoreBindingOnAlias, assignBinding) \
F(StoreV8Binding, assignBinding) \
F(StoreV4Binding, assignV4Binding) \
F(StoreValueSource, assignValueSource) \
@@ -251,6 +250,7 @@ union QQmlInstruction
short context;
short owner;
bool isRoot;
+ bool isAlias;
ushort line;
ushort column;
};