summaryrefslogtreecommitdiffstats
path: root/examples/declarative/xmldata
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-09-14 23:06:12 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-09-14 23:06:12 (GMT)
commit35cad893a9e92cf36794610a6a718f56b64f9018 (patch)
tree85b76a5a7ba9b80700b39c0462dd255b4a11a6cf /examples/declarative/xmldata
parent788da2e8b85f3773a525a6f2bcc535fa38ed02b2 (diff)
downloadQt-35cad893a9e92cf36794610a6a718f56b64f9018.zip
Qt-35cad893a9e92cf36794610a6a718f56b64f9018.tar.gz
Qt-35cad893a9e92cf36794610a6a718f56b64f9018.tar.bz2
ListView currentItemMode API replaced with highlight range API.
Diffstat (limited to 'examples/declarative/xmldata')
-rw-r--r--examples/declarative/xmldata/yahoonews.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/xmldata/yahoonews.qml b/examples/declarative/xmldata/yahoonews.qml
index 6395284..7ebc2b2 100644
--- a/examples/declarative/xmldata/yahoonews.qml
+++ b/examples/declarative/xmldata/yahoonews.qml
@@ -101,6 +101,5 @@ Rectangle {
clip: true
model: feedModel
delegate: feedDelegate
- currentItemPositioning: "Snap"
}
}