From 023f7230ade34c874d0de9e8710d966c61644e87 Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Wed, 24 Feb 2010 09:46:39 +1000 Subject: doc --- src/declarative/QmlChanges.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 06fa720..cf1080b 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -28,6 +28,14 @@ ListModel - foo: true is now a bool (not string "true") - foo: false is now a bool (not string "false" == true!) +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 +application plugin features of the qmlviewer / qmlruntime / qml. + PropertyAnimation ------------------ matchProperties and matchTargets have been renamed back to properties and targets. -- cgit v0.12