diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-26 04:37:28 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-26 04:37:28 (GMT) |
commit | ca90afcf32d9ba083b34f5cef3c7bde6300844f4 (patch) | |
tree | e4833fd2340009f15ba1bb1ed5bd09421e5ea067 /src/declarative/QmlChanges.txt | |
parent | 09a40e13174b9f34007ce9fbd98e06b4e48c1954 (diff) | |
parent | 33f7ae1c2edf7c414a5f8b3af79c9529718c29b1 (diff) | |
download | Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.zip Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.tar.gz Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
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 9a55bde..d35a4c2 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 +Removed Q-prefix from validators (IntValidator, DoubleValidator, and RegExpValidator) PathView: offset property now uses range 0-1.0 rather than 0-100 ListView, GridView::positionViewAtIndex() gained a 'mode' parameter Removed Qt.playSound (replaced by SoundEffect element) |