aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-06-25 13:05:15 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-26 08:08:37 +0200
commita5186a23330ff42b79c121b565e5880ce63856aa (patch)
tree0d69e68f6f93f36aa11edaa52c02fac6808d9271 /examples
parent3bb4880d63e0ebc972d500d3c7538127cd709a5d (diff)
Rename ListView *speed properties to *velocity
Change-Id: I63c02d186b1832e7bf890a00caad150d5bf136cb Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/demos/rssnews/rssnews.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/rssnews/rssnews.qml b/examples/demos/rssnews/rssnews.qml
index d26b94b6d3..56960a5eff 100644
--- a/examples/demos/rssnews/rssnews.qml
+++ b/examples/demos/rssnews/rssnews.qml
@@ -75,7 +75,7 @@ Rectangle {
footer: quitButtonDelegate
delegate: CategoryDelegate {}
highlight: Rectangle { color: "steelblue" }
- highlightMoveSpeed: 9999999
+ highlightMoveVelocity: 9999999
}
ScrollBar {
scrollArea: categories; height: categories.height; width: 8