From 025ba126543cc290f39f963c68064ba90683b735 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Thu, 25 Feb 2010 15:33:10 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: removing Behaviour action --- .../qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml index e1994b94670..9a831a49117 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml @@ -79,9 +79,6 @@ QToolButton { expressionEdit.raise(); expressionEdit.active = true; } - }, - QAction { - text: "Add Behaivour"; - } + } ] } -- GitLab