Skip to content
Snippets Groups Projects
Commit c4e83454 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: cleaning up code

parent d5125309
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,6 @@ void createPropertyEditorValue(const QmlObjectNode &fxObjectNode, const QString ...@@ -120,7 +120,6 @@ void createPropertyEditorValue(const QmlObjectNode &fxObjectNode, const QString
void PropertyEditor::NodeType::setValue(const QmlObjectNode &fxObjectNode, const QString &name, const QVariant &value) void PropertyEditor::NodeType::setValue(const QmlObjectNode &fxObjectNode, const QString &name, const QVariant &value)
{ {
//createPropertyEditorValue(fxObjectNode, name, value, &m_backendValuesPropertyMap);
PropertyEditorValue *propertyValue = qobject_cast<PropertyEditorValue*>(QmlMetaType::toQObject(m_backendValuesPropertyMap.value(name))); PropertyEditorValue *propertyValue = qobject_cast<PropertyEditorValue*>(QmlMetaType::toQObject(m_backendValuesPropertyMap.value(name)));
if (propertyValue) if (propertyValue)
propertyValue->setValue(value); propertyValue->setValue(value);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment