diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-09 05:18:08 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-09 05:18:08 (GMT) |
commit | 95ad31adca64f639712fa378d25aa3e552b3dc72 (patch) | |
tree | d03e2ed9999a17572be62f54fc4173608221eb9e /src/declarative/QmlChanges.txt | |
parent | 60e0a0b0fb6a2cf7b9fffd4ff2d30838ffa4ac84 (diff) | |
download | Qt-95ad31adca64f639712fa378d25aa3e552b3dc72.zip Qt-95ad31adca64f639712fa378d25aa3e552b3dc72.tar.gz Qt-95ad31adca64f639712fa378d25aa3e552b3dc72.tar.bz2 |
TextEdit::wrap changed to TextEdit::wrapMode enumeration
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 079aacb..d5910e3 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -1,6 +1,7 @@ ============================================================================= The changes below are pre Qt 4.7.0 beta +TextEdit: wrap property is replaced by wrapMode enumeration. Text: wrap property is replaced by wrapMode enumeration. Removed Q-prefix from validators (IntValidator, DoubleValidator, and RegExpValidator) PathView: offset property now uses range 0-1.0 rather than 0-100 |