diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-05 01:13:02 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-05 01:13:02 (GMT) |
commit | fefa0bb4701e0899c4b087864fcf109330fca64d (patch) | |
tree | c7ff943a1cb56094433c65ac0f58c941c55b6a2f /src/declarative | |
parent | c78995a093ecab4802e09815147f868d4e47e2d5 (diff) | |
download | Qt-fefa0bb4701e0899c4b087864fcf109330fca64d.zip Qt-fefa0bb4701e0899c4b087864fcf109330fca64d.tar.gz Qt-fefa0bb4701e0899c4b087864fcf109330fca64d.tar.bz2 |
Update QmlChanges.txt
Diffstat (limited to 'src/declarative')
-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 6e77abf..591fb3d 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -7,6 +7,8 @@ Flickable: renamed viewportX -> contentX Flickable: renamed viewportY -> contentY Removed Flickable.reportedVelocitySmoothing Removed Qt.playSound (replaced by SoundEffect element) +Removed NumberFormatter +Removed DateTimeFormatter (use Qt.formatDateTime() instead) Renamed MouseRegion -> MouseArea Connection: syntax and rename: Connection { sender: a; signal: foo(); script: xxx } |