summaryrefslogtreecommitdiffstats
path: root/examples/declarative/connections/connections-example.qml
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-05-05 06:39:46 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-05-05 06:39:46 (GMT)
commit89b4f1eb2bae2f09a9db8094db91a7dabdcdb0a3 (patch)
treed4408271cf6c31464054b01d3ea8c803e49c06b1 /examples/declarative/connections/connections-example.qml
parentab030e931e05a060b4f6fabf4235f05aeb0c252c (diff)
parentf5e3e21e95275a8cf31cddf2063dfa497e92872e (diff)
downloadQt-89b4f1eb2bae2f09a9db8094db91a7dabdcdb0a3.zip
Qt-89b4f1eb2bae2f09a9db8094db91a7dabdcdb0a3.tar.gz
Qt-89b4f1eb2bae2f09a9db8094db91a7dabdcdb0a3.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
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 }
}
}