summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-09-09 01:36:21 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-09-09 01:36:21 (GMT)
commit80bd5e0206314155e8542520b4ec2fc5d9416e0e (patch)
tree4a8f1fb2a2991d56b46ed61f1ae63bc9c551b437 /src/declarative/QmlChanges.txt
parentd29c604b0365dfbc20f8aea8d2cb63f621995219 (diff)
downloadQt-80bd5e0206314155e8542520b4ec2fc5d9416e0e.zip
Qt-80bd5e0206314155e8542520b4ec2fc5d9416e0e.tar.gz
Qt-80bd5e0206314155e8542520b4ec2fc5d9416e0e.tar.bz2
Some changes to repeater seem to have been missed.
Found the old names in some pre-review code, which I had to update.
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 9bf4b10..db1c73a 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -59,6 +59,8 @@ WebView: status -> statusText
WebView: mouseX -> clickX (parameter to onDoubleClick)
WebView: mouseY -> clickY (parameter to onDoubleClick)
WebView: cacheSize -> pixelCacheSize
+Repeater: component -> delegate
+Repeater: dataSource -> model
Additions:
MouseRegion: add "acceptedButtons" property