diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-03-26 08:13:29 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-03-26 08:13:29 (GMT) |
commit | c4448162a00b6a069b562756d5608d821f700546 (patch) | |
tree | 9a3f9d56ced1ba229aef983721b09d0577c3e2c3 /tests/auto/declarative/qdeclarativepathview/data/pathview0.qml | |
parent | d432123cec9ac927ec9162fa8b3d16684483f994 (diff) | |
download | Qt-c4448162a00b6a069b562756d5608d821f700546.zip Qt-c4448162a00b6a069b562756d5608d821f700546.tar.gz Qt-c4448162a00b6a069b562756d5608d821f700546.tar.bz2 |
Added highlight ranges/modes to PathView
Task-number: QT-319
Diffstat (limited to 'tests/auto/declarative/qdeclarativepathview/data/pathview0.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativepathview/data/pathview0.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativepathview/data/pathview0.qml b/tests/auto/declarative/qdeclarativepathview/data/pathview0.qml index 8e2c251..1866875 100644 --- a/tests/auto/declarative/qdeclarativepathview/data/pathview0.qml +++ b/tests/auto/declarative/qdeclarativepathview/data/pathview0.qml @@ -48,7 +48,6 @@ Rectangle { height: 320 model: testModel delegate: delegate - snapPosition: 0.0001 highlight: Rectangle { width: 60 height: 20 |