diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-21 02:27:07 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-21 02:27:07 (GMT) |
commit | e624ddad35939517b6efbd35ee3112f6cac62ae4 (patch) | |
tree | 83ae1880993bb9b7b4cf33e6d3d740d37717e7cc /doc | |
parent | 10552333c84292473756900b4fdb0c4f91f12a91 (diff) | |
download | Qt-e624ddad35939517b6efbd35ee3112f6cac62ae4.zip Qt-e624ddad35939517b6efbd35ee3112f6cac62ae4.tar.gz Qt-e624ddad35939517b6efbd35ee3112f6cac62ae4.tar.bz2 |
Doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/qtbinding.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qtbinding.qdoc b/doc/src/declarative/qtbinding.qdoc index 86acf9f..18685ac 100644 --- a/doc/src/declarative/qtbinding.qdoc +++ b/doc/src/declarative/qtbinding.qdoc @@ -222,7 +222,7 @@ binding that does not have a NOTIFY signal will cause QML to issue a warning at \section2 Dynamic Structured Data If an application is too dynamic to structure data as compile-time QObject types, dynamically -structured data can be constructed at runtime using the QBindableMap class. +structured data can be constructed at runtime using the QmlPropertyMap class. \section1 Network Components |