src/declarative/util/qdeclarativelistmodel_p.h
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   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