diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-23 23:46:39 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-23 23:46:39 (GMT) |
commit | 023f7230ade34c874d0de9e8710d966c61644e87 (patch) | |
tree | 898875fb54aeda250a1eaff166b556cb1d478279 /src/declarative/QmlChanges.txt | |
parent | 1f45364d2c2d1a92eb7a3b36e8bb92f963c9bd1e (diff) | |
download | Qt-023f7230ade34c874d0de9e8710d966c61644e87.zip Qt-023f7230ade34c874d0de9e8710d966c61644e87.tar.gz Qt-023f7230ade34c874d0de9e8710d966c61644e87.tar.bz2 |
doc
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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. |