QmlDebugger: adding slots to items in Live Preview

Reviewed-by: Kai Koehne
This commit is contained in:
Christiaan Janssen
2011-04-29 15:34:12 +02:00
parent 5e543b2856
commit 89d9b83aa2
6 changed files with 16 additions and 7 deletions

View File

@@ -460,6 +460,9 @@ Delta::DebugIdMap Delta::operator()(const Document::Ptr &doc1, const Document::P
Q_ASSERT(doc1->qmlProgram());
Q_ASSERT(doc2->qmlProgram());
m_previousDoc = doc1;
m_currentDoc = doc2;
Delta::DebugIdMap newDebuggIds;
Map M = buildMapping(doc1, doc2);