Qml Live Preview: Match debug Id for new created objects.

This commit is contained in:
Olivier Goffart
2010-07-19 15:10:36 +02:00
parent 84e61ebc4e
commit 1ce574f19e
6 changed files with 75 additions and 6 deletions

View File

@@ -56,6 +56,7 @@ private:
private:
QHash<QmlJS::AST::UiObjectMember*, QList<QDeclarativeDebugObjectReference> > m_debugIds;
QHash<QmlJS::Document::Ptr, QSet<QmlJS::AST::UiObjectMember *> > m_createdObjects;
QmlJS::Document::Ptr m_previousDoc;
QmlJS::Document::Ptr m_initialDoc; //the document that was loaded by the server