changeset 33 | 3e2da88830cd |
parent 30 | 5dc02b23752f |
--- a/src/declarative/util/qdeclarativelistmodel_p.h Tue Jul 06 15:10:48 2010 +0300 +++ b/src/declarative/util/qdeclarativelistmodel_p.h Wed Aug 18 10:37:55 2010 +0300 @@ -135,6 +135,8 @@ bool compileProperty(const QDeclarativeCustomParserProperty &prop, QList<ListInstruction> &instr, QByteArray &data); bool definesEmptyList(const QString &); + + QByteArray listElementTypeName; };