Debugger: Clearing the ObjectReferenceHash
authorSimjees Abraham <simjees.abraham@nokia.com>
Fri, 25 May 2012 07:02:44 +0000 (09:02 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 30 May 2012 10:07:19 +0000 (12:07 +0200)
commitf50afbad6c6f8f4241db3c1d40c74c3aaa1fda83
tree889eec0b0a5522756997a014cdcc34f62bf701d1
parentf653c2b1bb8ac7bae7ff4412485a8910db5c94bd
Debugger: Clearing the ObjectReferenceHash

ObjectReferenceHash is cleared when the Qml file is reloaded.

Change-Id: I78da1d88cce2f04fe820f3af14b047cd562e90ed
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
16 files changed:
src/plugins/qmltooling/qmldbg_qtquick2/qquickviewinspector.cpp
src/qml/debugger/qqmldebugservice.cpp
src/qml/debugger/qqmldebugservice_p.h
tests/auto/qml/debugger/debugger.pro
tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/data/qtquick2.qml [new file with mode: 0644]
tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/qqmlenginedebuginspectorintegrationtest.pro [new file with mode: 0644]
tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/tst_qqmlenginedebuginspectorintegration.cpp [new file with mode: 0644]
tests/auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugservice.pro
tests/auto/qml/debugger/qqmlinspector/qqmlinspector.pro
tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp
tests/auto/qml/debugger/shared/qqmlenginedebugclient.cpp [moved from tests/auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugclient.cpp with 100% similarity]
tests/auto/qml/debugger/shared/qqmlenginedebugclient.h [moved from tests/auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugclient.h with 100% similarity]
tests/auto/qml/debugger/shared/qqmlenginedebugclient.pri [new file with mode: 0644]
tests/auto/qml/debugger/shared/qqmlinspectorclient.cpp [new file with mode: 0644]
tests/auto/qml/debugger/shared/qqmlinspectorclient.h [new file with mode: 0644]
tests/auto/qml/debugger/shared/qqmlinspectorclient.pri [new file with mode: 0644]