summaryrefslogtreecommitdiffstats
path: root/examples/declarative/connections/connections-example.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/connections/connections-example.qml')
-rw-r--r--examples/declarative/connections/connections-example.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/connections/connections-example.qml b/examples/declarative/connections/connections-example.qml
index fbef968..1dd10ab 100644
--- a/examples/declarative/connections/connections-example.qml
+++ b/examples/declarative/connections/connections-example.qml
@@ -17,7 +17,7 @@ Rectangle {
rotation: window.angle
Behavior on rotation {
- NumberAnimation { easing.type: "OutCubic"; duration: 300 }
+ NumberAnimation { easing.type: Easing.OutCubic; duration: 300 }
}
}