summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/Package_Views/packageviews.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/visual/Package_Views/packageviews.qml')
-rw-r--r--tests/auto/declarative/visual/Package_Views/packageviews.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/visual/Package_Views/packageviews.qml b/tests/auto/declarative/visual/Package_Views/packageviews.qml
index b577e45..cf3f9f7 100644
--- a/tests/auto/declarative/visual/Package_Views/packageviews.qml
+++ b/tests/auto/declarative/visual/Package_Views/packageviews.qml
@@ -64,7 +64,7 @@ Rectangle {
from: "*"; to: "*"
SequentialAnimation {
ParentAction{}
- NumberAnimation { properties: "x,y,width"; easing: "easeInOutQuad" }
+ NumberAnimation { properties: "x,y,width"; easing.type: "InOutQuad" }
}
}
]