diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index b134883afca37edfacaf2c145a01bc3543fa7270..287ca5ce46277366de63cd129c0e5d4154c83f21 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp @@ -120,7 +120,6 @@ void createPropertyEditorValue(const QmlObjectNode &fxObjectNode, const QString 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))); if (propertyValue) propertyValue->setValue(value);