equal
deleted
inserted
replaced
133 ListInstruction *instructions() const; |
133 ListInstruction *instructions() const; |
134 }; |
134 }; |
135 bool compileProperty(const QDeclarativeCustomParserProperty &prop, QList<ListInstruction> &instr, QByteArray &data); |
135 bool compileProperty(const QDeclarativeCustomParserProperty &prop, QList<ListInstruction> &instr, QByteArray &data); |
136 |
136 |
137 bool definesEmptyList(const QString &); |
137 bool definesEmptyList(const QString &); |
|
138 |
|
139 QByteArray listElementTypeName; |
138 }; |
140 }; |
139 |
141 |
140 |
142 |
141 QT_END_NAMESPACE |
143 QT_END_NAMESPACE |
142 |
144 |