QmlJS: Make the qml instantiating component chain more useful.

By actually storing the documents instead of only the root and id
environments.
This commit is contained in:
Christian Kamm
2010-06-25 17:10:14 +02:00
parent 1fbfd196bb
commit 4271d2a21f
3 changed files with 21 additions and 16 deletions

View File

@@ -248,8 +248,7 @@ public:
~QmlComponentChain();
QList<QmlComponentChain *> instantiatingComponents;
const ObjectValue *rootObject;
const ObjectValue *ids;
Document::Ptr document;
void add(QList<const ObjectValue *> *list) const;
void clear();