diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-29 04:58:32 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-29 04:58:32 (GMT) |
commit | 362fec5e99375c0c48691693bf6b297be6f8e00b (patch) | |
tree | fefd4e2ea23698faac84f68283bc476525a2e34d /doc/src | |
parent | d1f01956769f4f3ded29095afec5cbf52eb8f1c8 (diff) | |
download | Qt-362fec5e99375c0c48691693bf6b297be6f8e00b.zip Qt-362fec5e99375c0c48691693bf6b297be6f8e00b.tar.gz Qt-362fec5e99375c0c48691693bf6b297be6f8e00b.tar.bz2 |
Doc
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/extending.qdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/declarative/extending.qdoc b/doc/src/declarative/extending.qdoc index 3dce8c3..b6aa9da 100644 --- a/doc/src/declarative/extending.qdoc +++ b/doc/src/declarative/extending.qdoc @@ -654,9 +654,8 @@ declaring a new property, and the corresponding C++ type. \row \o string \o QString \row \o url \o QUrl \row \o color \o QColor -\row \o date \o QDate +\row \o date \o QDateTime \row \o var \o QVariant -\row \o variant \o QVariant \endtable QML supports two methods for adding a new property to a type: a new property |