summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-03-11 07:58:03 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-03-11 07:58:03 (GMT)
commit9e504323b679d7fedfcfd975f202cc6dd96c9dcb (patch)
treeebedb6d1701c19fe3846f4fb421e263e1886de34 /src/declarative/QmlChanges.txt
parent303730a3fdd399a3e0a65b08338b4db75aa2acee (diff)
downloadQt-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.txt3
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.