OSDN Git Service

QmlDesigner: fix for states
authorThomas Hartmann <Thomas.Hartmann@nokia.com>
Thu, 14 Jul 2011 16:13:57 +0000 (18:13 +0200)
committerThomas Hartmann <Thomas.Hartmann@nokia.com>
Fri, 15 Jul 2011 07:49:46 +0000 (09:49 +0200)
commitb8494fa6b2aa5fb2bc51ad815b77038ab65fd32c
tree5cb3fb2ea22902bf069c2aff927a8195a9c5006c
parentabc60352fd34b816bfe53c3fbc1d0813075923bb
QmlDesigner: fix for states

stateChanged() was never called.

cleanup:
I removed stateChanged() and use actualStateChanged()

Change-Id: I11a73b21dca5083147223f6e4f23da4c7305263c
Reviewed-on: http://codereview.qt.nokia.com/1677
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
src/plugins/qmldesigner/components/formeditor/formeditorview.cpp
src/plugins/qmldesigner/components/formeditor/formeditorview.h
src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h
src/plugins/qmldesigner/components/stateseditor/stateseditorview.cpp
src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
src/plugins/qmldesigner/designercore/include/qmlmodelview.h
src/plugins/qmldesigner/designercore/model/qmlmodelview.cpp