changeset 37 | 758a864f9613 |
parent 30 | 5dc02b23752f |
--- a/src/declarative/qml/qdeclarativeparser_p.h Fri Sep 17 08:34:18 2010 +0300 +++ b/src/declarative/qml/qdeclarativeparser_p.h Mon Oct 04 01:19:32 2010 +0300 @@ -183,10 +183,9 @@ }; Q_DECLARE_FLAGS(Pragmas, Pragma) - QStringList codes; - QStringList files; - QList<int> lineNumbers; - QList<Pragmas> pragmas; + QString code; + QString file; + Pragmas pragmas; }; // The bytes to cast instances by to get to the QDeclarativeParserStatus