summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/Package_Views
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlvisual/Package_Views')
-rw-r--r--tests/auto/declarative/qmlvisual/Package_Views/packageviews.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlvisual/Package_Views/packageviews.qml b/tests/auto/declarative/qmlvisual/Package_Views/packageviews.qml
index f6c033f..7ccba10 100644
--- a/tests/auto/declarative/qmlvisual/Package_Views/packageviews.qml
+++ b/tests/auto/declarative/qmlvisual/Package_Views/packageviews.qml
@@ -63,8 +63,9 @@ Rectangle {
Transition {
from: "*"; to: "*"
SequentialAnimation {
- ParentAction{}
- NumberAnimation { properties: "x,y,width"; easing.type: "InOutQuad" }
+ ParentAnimation{
+ NumberAnimation { properties: "x,y,width"; easing.type: "InOutQuad" }
+ }
}
}
]