From ec01f530a91a55bf0aeafe7d13ff60807bb837a2 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Tue, 16 Feb 2010 12:37:45 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: fixes typo --- .../qmldesigner/components/propertyeditor/propertyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index 13025709909..38cc089edb4 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp @@ -294,7 +294,7 @@ void PropertyEditor::anyPropertyChanged(const QmlObjectNode &fxObjectNode) void PropertyEditor::otherPropertyChanged(const QmlObjectNode &fxObjectNode) { - QmlModelView::transformChanged(fxObjectNode); + QmlModelView::otherPropertyChanged(fxObjectNode); anyPropertyChanged(fxObjectNode); } -- GitLab