diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-03-12 02:33:26 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-03-12 02:33:26 (GMT) |
commit | b5d5e1df4d03e45dbcff5fa1e289cd7dbd5b3e5b (patch) | |
tree | 7c68e4c551d07bd5e30d0902721c987d9f4a9663 | |
parent | 6ed209a2e94195d089aa2a771eae6db3c3587da4 (diff) | |
download | Qt-b5d5e1df4d03e45dbcff5fa1e289cd7dbd5b3e5b.zip Qt-b5d5e1df4d03e45dbcff5fa1e289cd7dbd5b3e5b.tar.gz Qt-b5d5e1df4d03e45dbcff5fa1e289cd7dbd5b3e5b.tar.bz2 |
Update QmlChanges.txt
-rw-r--r-- | src/declarative/QmlChanges.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index ffdb02f..a60a9de 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -18,6 +18,7 @@ Connection: syntax and rename: becomes: Connections { target: a; onFoo: xxx; onBar: yyy } Using WebView now requires "import org.webkit 1.0" +Using Particles now requires "import Qt.labs.particles 1.0" AnchorAnimation must now be used to animate anchor changes (and not NumberAnimation) QmlView @@ -50,10 +51,10 @@ C++ API QML_DEFINE_... definition macros, previously global macros, are replaced by QML_REGISTER_... registration macros, which must be called explicitly. C++ API users should also consider using the QmlExtensionPlugin (previously named QmlModulePlugin) -as a cleaner mechanism for publishing libraries of QML types, or the upcoming +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::addDefaultObject() has been replaced with QDeclarativeContext::setContextObject() PropertyAnimation |