aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlcodegenerator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler/qqmlcodegenerator_p.h')
-rw-r--r--src/qml/compiler/qqmlcodegenerator_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/compiler/qqmlcodegenerator_p.h b/src/qml/compiler/qqmlcodegenerator_p.h
index 0fecd84684..981ac0a9a7 100644
--- a/src/qml/compiler/qqmlcodegenerator_p.h
+++ b/src/qml/compiler/qqmlcodegenerator_p.h
@@ -143,6 +143,7 @@ struct QmlObject
int indexOfDefaultProperty;
QV4::CompiledData::Location location;
+ QV4::CompiledData::Location locationOfIdProperty;
PoolList<QmlProperty> *properties;
PoolList<Signal> *qmlSignals;