summaryrefslogtreecommitdiffstats
path: root/examples/declarative/listview
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 /examples/declarative/listview
parentfda3e9d3e36e95392ad0882b445bb004001b9688 (diff)
downloadQt-02d0f442177d7f232dc98ac9ee58c70c3e09c086.zip
Qt-02d0f442177d7f232dc98ac9ee58c70c3e09c086.tar.gz
Qt-02d0f442177d7f232dc98ac9ee58c70c3e09c086.tar.bz2
Renamed 'source' property from SpringFollow to 'to'
Diffstat (limited to 'examples/declarative/listview')
-rw-r--r--examples/declarative/listview/highlight.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/listview/highlight.qml b/examples/declarative/listview/highlight.qml
index 5493f99..2b54dd8 100644
--- a/examples/declarative/listview/highlight.qml
+++ b/examples/declarative/listview/highlight.qml
@@ -44,7 +44,7 @@ Rectangle {
id: petHighlight
Rectangle {
width: 200; height: 50; color: "#FFFF88"
- SpringFollow on y { source: list1.currentItem.y; spring: 3; damping: 0.1 }
+ SpringFollow on y { to: list1.currentItem.y; spring: 3; damping: 0.1 }
}
}
ListView {