From 9a4b0dc56ad0f7ffd8f706e2be42ae618ee17fc4 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Mon, 26 Apr 2010 16:24:45 +0200 Subject: [PATCH] QmlDesigner.propertyEditor: add objectName to frame --- share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml index 5987c022ea8..95441b46de6 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml @@ -5,5 +5,6 @@ WidgetFrame { id: propertyFrame; minimumWidth: 300; + objectName: "propertyEditorFrame" styleSheetFile: "propertyEditor.css"; } -- GitLab