From 309f6bae5e64272dee36a10464a1722f3cc03ee3 Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@nokia.com>
Date: Fri, 26 Feb 2010 14:01:51 +0100
Subject: [PATCH] QmlDesigner: Adapt qml to latest QtDeclarative changes

---
 .../qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml
index 508711314be..a043c9429e3 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml
@@ -15,7 +15,7 @@ QFrame {
 
     opacity: Behavior {
         NumberAnimation {
-            easing: "easeInSine"
+            easing.type: "InSine"
             duration: 200
         }
     }
-- 
GitLab