summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-09-11 00:54:11 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-09-11 00:54:11 (GMT)
commit7051254771882e88f64f9b5578d975f29efab0b6 (patch)
treef71981bafba35a768a63b243920a590ce29e6c18 /src/declarative/QmlChanges.txt
parent804c9ef64085fafe6f12b92e5dd40e595ed3460f (diff)
downloadQt-7051254771882e88f64f9b5578d975f29efab0b6.zip
Qt-7051254771882e88f64f9b5578d975f29efab0b6.tar.gz
Qt-7051254771882e88f64f9b5578d975f29efab0b6.tar.bz2
current -> currentItem property in ListView and GridView
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r--src/declarative/QmlChanges.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt
index eace089..fe923a7 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -64,6 +64,8 @@ WebView: mouseY -> clickY (parameter to onDoubleClick)
WebView: cacheSize -> pixelCacheSize
Repeater: component -> delegate
Repeater: dataSource -> model
+ListView: current -> currentItem
+GridView: current -> currentItem
Additions:
MouseRegion: add "acceptedButtons" property