summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qmlinspectoragent.cpp
diff options
context:
space:
mode:
authorSimjees Abraham <simjees.abraham@nokia.com>2012-06-06 14:56:42 +0200
committerAurindam Jana <aurindam.jana@nokia.com>2012-06-06 15:02:39 +0200
commit2574a5846983a3016e551432d24f8d8d4e3b97b5 (patch)
treeca979d5b887dc3d7331c5000f4cebf0da368a71b /src/plugins/debugger/qml/qmlinspectoragent.cpp
parent23c637c4f677ab2f19793f409297b0131b21dcaa (diff)
downloadqt-creator-2574a5846983a3016e551432d24f8d8d4e3b97b5.tar.gz
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>
Diffstat (limited to 'src/plugins/debugger/qml/qmlinspectoragent.cpp')
-rw-r--r--src/plugins/debugger/qml/qmlinspectoragent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/qml/qmlinspectoragent.cpp b/src/plugins/debugger/qml/qmlinspectoragent.cpp
index ca399d46b0..e9583d55c2 100644
--- a/src/plugins/debugger/qml/qmlinspectoragent.cpp
+++ b/src/plugins/debugger/qml/qmlinspectoragent.cpp
@@ -877,6 +877,7 @@ void QmlInspectorAgent::clearObjectTree()
m_debugIdToIname.clear();
m_debugIdChildIds.clear();
m_objectStack.clear();
+ m_newObjectsCreated = false;
removeAllObjectWatches();
}