aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4bindings_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4/qv4bindings_p.h')
-rw-r--r--src/qml/qml/v4/qv4bindings_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/v4/qv4bindings_p.h b/src/qml/qml/v4/qv4bindings_p.h
index 61d29a6f57..1824fa4ee9 100644
--- a/src/qml/qml/v4/qv4bindings_p.h
+++ b/src/qml/qml/v4/qv4bindings_p.h
@@ -96,6 +96,8 @@ private:
int index:30;
bool enabled:1;
bool updating:1;
+ // Encoding of property is coreIndex | (propType << 16) | (valueTypeIndex << 24)
+ // propType and valueTypeIndex are only set if the property is a value type property
int property;
QObject *scope;
int line;