diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-07 03:13:25 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-07 03:13:25 (GMT) |
commit | 9008c7002ffe6617ffcd602a7a9923e83e8b8f80 (patch) | |
tree | 784c075dccc463b8c40311455747a325f4ff3295 /src/declarative/QmlChanges.txt | |
parent | 16cdd82a88a63ea050ab2cf70368e023fe50c5bd (diff) | |
download | Qt-9008c7002ffe6617ffcd602a7a9923e83e8b8f80.zip Qt-9008c7002ffe6617ffcd602a7a9923e83e8b8f80.tar.gz Qt-9008c7002ffe6617ffcd602a7a9923e83e8b8f80.tar.bz2 |
Remove KeyProxy in favour of the Keys.forwardTo attached property.
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index b24f6fe..8247a35 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -77,6 +77,7 @@ Other Changes: Drag: axis becomes an enum with values "XAxis", "YAxis", "XandYAxis" Image: scaleGrid property removed. New item called BorderImage instead. KeyActions: changed to a Keys attached property on any item. +KeyProxy: changed to a Keys.forwardTo property on any item. Pending Changes =============== |