aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlinstruction_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlinstruction_p.h')
-rw-r--r--src/qml/qml/qqmlinstruction_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlinstruction_p.h b/src/qml/qml/qqmlinstruction_p.h
index 5cd06c2e3d..db196276d5 100644
--- a/src/qml/qml/qqmlinstruction_p.h
+++ b/src/qml/qml/qqmlinstruction_p.h
@@ -238,7 +238,8 @@ union QQmlInstruction
};
struct instr_assignV4Binding {
QML_INSTR_HEADER
- unsigned int property;
+ int property; // ((value type sub-property index << 16) | property index)
+ int propType;
int value;
int fallbackValue;
short context;