diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h index 48ded7ef7941b3271d989650d8f96984b4f4e567..3c9b4ed2d8e902228736e5a67472a477ff2bf03f 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h @@ -97,8 +97,9 @@ protected: void timerEvent(QTimerEvent *event); void otherPropertyChanged(const QmlObjectNode &, const QString &propertyName); void transformChanged(const QmlObjectNode &qmlObjectNode, const QString &propertyName); - void setupPane(const QString &typeName); void stateChanged(const QmlModelState &newQmlModelState, const QmlModelState &oldQmlModelState); + + void setupPane(const QString &typeName); void setValue(const QmlObjectNode &fxObjectNode, const QString &name, const QVariant &value); private slots: diff --git a/src/plugins/qmldesigner/core/model/qmlmodelview.cpp b/src/plugins/qmldesigner/core/model/qmlmodelview.cpp index 310fc454ad29da553ebe2764a376bedecd282ee8..dba349868f99cb5f5522005485496eb004f037c6 100644 --- a/src/plugins/qmldesigner/core/model/qmlmodelview.cpp +++ b/src/plugins/qmldesigner/core/model/qmlmodelview.cpp @@ -335,15 +335,12 @@ void QmlModelView::transformChanged(const QmlObjectNode &/*qmlObjectNode*/, cons void QmlModelView::parentChanged(const QmlObjectNode &/*qmlObjectNode*/) { - } void QmlModelView::otherPropertyChanged(const QmlObjectNode &/*qmlObjectNode*/, const QString &/*propertyName*/) { - } - void QmlModelView::stateChanged(const QmlModelState &/*newQmlModelState*/, const QmlModelState &/*oldQmlModelState*/) { }