QmlJsDelta: attempt to keep the ast node in sync

This commit is contained in:
Olivier Goffart
2010-07-15 16:47:08 +02:00
parent 2b95bb2d8a
commit 181e708633

View File

@@ -215,6 +215,7 @@ void QmlJSLiveTextPreview::documentChanged(QmlJS::Document::Ptr doc)
Delta delta;
m_debugIds = delta(m_previousDoc, doc, m_debugIds);
m_initialTable[doc->fileName()] = m_debugIds;
m_previousDoc = doc;
}