summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-04-08 05:27:55 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-04-08 06:30:49 (GMT)
commit02d0f442177d7f232dc98ac9ee58c70c3e09c086 (patch)
tree9c328caf58b448150f9f1609fedf9644f874e720 /doc
parentfda3e9d3e36e95392ad0882b445bb004001b9688 (diff)
downloadQt-02d0f442177d7f232dc98ac9ee58c70c3e09c086.zip
Qt-02d0f442177d7f232dc98ac9ee58c70c3e09c086.tar.gz
Qt-02d0f442177d7f232dc98ac9ee58c70c3e09c086.tar.bz2
Renamed 'source' property from SpringFollow to 'to'
Diffstat (limited to 'doc')
-rw-r--r--doc/src/snippets/declarative/listview/highlight.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/declarative/listview/highlight.qml b/doc/src/snippets/declarative/listview/highlight.qml
index 6a9d215..fe5cc53 100644
--- a/doc/src/snippets/declarative/listview/highlight.qml
+++ b/doc/src/snippets/declarative/listview/highlight.qml
@@ -45,7 +45,7 @@ Rectangle {
width: 180; height: 40
color: "lightsteelblue"; radius: 5
SpringFollow on y {
- source: list.currentItem.y
+ to: list.currentItem.y
spring: 3
damping: 0.2
}