Remove QQmlData::objectNameChanged callback.
authorMichael Brasser <michael.brasser@nokia.com>
Tue, 17 Apr 2012 03:54:20 +0000 (13:54 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 8 May 2012 22:56:16 +0000 (00:56 +0200)
commitc4fab1011b9de42f43a95d598743da505847e139
tree64ca12106f9a624fcd9bd7dee0ceb8928b77895e
parent3b04bbde6356797368114fce1b45b85271e9fed8
Remove QQmlData::objectNameChanged callback.

The objectName property now has a proper NOTIFY signal. Also
remove the objectName accessor, as it is no longer required.

Task-number: QTBUG-23526
Change-Id: Ib18ba7335bf62a2fe2a9e489cb4c0f1fb142d74c
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
src/qml/qml/qqmlaccessors.cpp
src/qml/qml/qqmldata_p.h
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmlpropertycache.cpp
src/qml/qml/v8/qv8qobjectwrapper.cpp
tests/auto/qml/qqmlecmascript/data/destroyedSignal.qml [new file with mode: 0644]
tests/auto/qml/qqmlecmascript/data/objectNameChangedSignal.qml [new file with mode: 0644]
tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp