Debugger:Clearing the object tree corrected.

newObjectsCreated reset while clearing the object tree.

Task-number: QTCREATORBUG-7519
Change-Id: Ie5ee9bfd0faafb60f968a0c219b372eea6679761
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Simjees Abraham
2012-06-06 14:56:42 +02:00
committed by Aurindam Jana
parent 23c637c4f6
commit 2574a58469

View File

@@ -877,6 +877,7 @@ void QmlInspectorAgent::clearObjectTree()
m_debugIdToIname.clear(); m_debugIdToIname.clear();
m_debugIdChildIds.clear(); m_debugIdChildIds.clear();
m_objectStack.clear(); m_objectStack.clear();
m_newObjectsCreated = false;
removeAllObjectWatches(); removeAllObjectWatches();
} }