diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-20 06:42:03 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-20 06:42:03 (GMT) |
commit | 3cb0cf51319910a0e39fc6affd8f507e553e80ed (patch) | |
tree | 8d2b92913ea484195a6ffa4982c5f66b52af10ba /src/declarative/QmlChanges.txt | |
parent | 7e5db00742c94ae9780231a6cec36a827122fd7f (diff) | |
download | Qt-3cb0cf51319910a0e39fc6affd8f507e553e80ed.zip Qt-3cb0cf51319910a0e39fc6affd8f507e553e80ed.tar.gz Qt-3cb0cf51319910a0e39fc6affd8f507e553e80ed.tar.bz2 |
Rename Follow property followValue -> value.
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 1897adc..7fb1a5f 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -25,6 +25,7 @@ Text elements: hAlign -> horizontalAlignment Text elements: vAlign -> verticalAlignment State: operations -> changes Transition: operations -> animations +Follow: followValue -> value Additions: MouseRegion: add "acceptedButtons" property @@ -54,7 +55,6 @@ RunScript -> StateChangeScript SetAnchors -> AnchorChanges Renamed properties: -Follow: followValue -> value Transition: fromState -> from Trnasition: toState -> to |