diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-09-09 01:36:21 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-09-09 01:36:21 (GMT) |
commit | 80bd5e0206314155e8542520b4ec2fc5d9416e0e (patch) | |
tree | 4a8f1fb2a2991d56b46ed61f1ae63bc9c551b437 /src/declarative/QmlChanges.txt | |
parent | d29c604b0365dfbc20f8aea8d2cb63f621995219 (diff) | |
download | Qt-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.txt | 2 |
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 |