forked from qt-creator/qt-creator
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:
committed by
Aurindam Jana
parent
23c637c4f6
commit
2574a58469
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user