diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-07-08 05:30:58 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-07-08 05:35:49 (GMT) |
commit | 33b664eabe5d9621d71e5bf3bfcc46ea385a399c (patch) | |
tree | edf48fab794c7292a04203b93ec848e24ad4b1b3 /src/declarative/QmlChanges.txt | |
parent | c3ee63fd9a1428718ca2f2a32e81a3f977878fad (diff) | |
download | Qt-33b664eabe5d9621d71e5bf3bfcc46ea385a399c.zip Qt-33b664eabe5d9621d71e5bf3bfcc46ea385a399c.tar.gz Qt-33b664eabe5d9621d71e5bf3bfcc46ea385a399c.tar.bz2 |
Remove Image::pixmap property. QML applications should use
QDeclarativeImageProvider to provide pixmaps instead.
Task-number: QTBUG-11980
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 125b939..259d9a9 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -16,8 +16,11 @@ Component: - errorsString() renamed to errorString() ListView: - ListView.prevSection property changed to ListView.previousSection - -TextInput xToPosition -> positionAt (to match TextEdit.positionAt) +TextInput: + - xToPosition -> positionAt (to match TextEdit.positionAt) +Image: + - pixmap property removed, use QDeclarativeImageProvider to serve pixmaps + instead QList<QObject*> models no longer provide properties in model object. The properties are now updated when the object changes. An object's property |