QmlDesigner.propertyEditor: adapt to qml changes
QDeclarativePropertyMap changed void valueChanged(const QString &key, const QVariant &value); ==> void valueChanged(const QString &key);
Showing
- src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp 7 additions, 7 deletions.../qmldesigner/components/propertyeditor/propertyeditor.cpp
- src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h 1 addition, 1 deletion...ns/qmldesigner/components/propertyeditor/propertyeditor.h
- src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.cpp 5 additions, 5 deletions...esigner/components/propertyeditor/propertyeditorvalue.cpp
- src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h 1 addition, 1 deletion...ldesigner/components/propertyeditor/propertyeditorvalue.h
Loading
Please register or sign in to comment