summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-06 04:26:00 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-06 04:26:00 (GMT)
commit47c8883e4341ee634fac0bee1aee56d8c6569e30 (patch)
treead31e7754da0f81f27e79056a92603378c0df9c0 /doc/src/snippets
parent28b9a4c1bfb6632a10f19bd51528f30205207da0 (diff)
parentd13d9d070e63cb9321bbdbc0eacf965f1ed070bb (diff)
downloadQt-47c8883e4341ee634fac0bee1aee56d8c6569e30.zip
Qt-47c8883e4341ee634fac0bee1aee56d8c6569e30.tar.gz
Qt-47c8883e4341ee634fac0bee1aee56d8c6569e30.tar.bz2
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src/snippets')
-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 7970ede..b016f9a 100644
--- a/doc/src/snippets/declarative/listview/highlight.qml
+++ b/doc/src/snippets/declarative/listview/highlight.qml
@@ -30,7 +30,7 @@ Rectangle {
}
]
transitions: [
- Transition { NumberAnimation { properties: "x"; duration: 200 } }
+ Transition { NumberAnimation { matchProperties: "x"; duration: 200 } }
]
}
}