diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-11 07:58:03 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-11 07:58:03 (GMT) |
commit | 9e504323b679d7fedfcfd975f202cc6dd96c9dcb (patch) | |
tree | ebedb6d1701c19fe3846f4fb421e263e1886de34 /src/declarative/QmlChanges.txt | |
parent | 303730a3fdd399a3e0a65b08338b4db75aa2acee (diff) | |
download | Qt-9e504323b679d7fedfcfd975f202cc6dd96c9dcb.zip Qt-9e504323b679d7fedfcfd975f202cc6dd96c9dcb.tar.gz Qt-9e504323b679d7fedfcfd975f202cc6dd96c9dcb.tar.bz2 |
Update QmlChanges.txt
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index f83dd58..5386144 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -51,6 +51,9 @@ should also consider using the QmlExtensionPlugin (previously named QmlModulePlu as a cleaner mechanism for publishing libraries of QML types, or the upcoming application plugin features of the qmlviewer / qmlruntime / qml. +QDeclarativeContext::addDefaultObject() has been replaced with +QDeclarativeContext::setContextObject() + PropertyAnimation ------------------ matchProperties and matchTargets have been renamed back to properties and targets. |