diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-16 10:27:56 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-16 10:27:56 (GMT) |
commit | e5534b9ba700fa2b25fa63e181e2c5f82469875d (patch) | |
tree | 37e5c64b675413b56f7dbacbe3109ae3d2d62fd1 /doc/src/declarative | |
parent | d4135524762c9f702f5a22a8e399ad867f7050d7 (diff) | |
download | Qt-e5534b9ba700fa2b25fa63e181e2c5f82469875d.zip Qt-e5534b9ba700fa2b25fa63e181e2c5f82469875d.tar.gz Qt-e5534b9ba700fa2b25fa63e181e2c5f82469875d.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/qmlmodels.qdoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlmodels.qdoc b/doc/src/declarative/qmlmodels.qdoc index 008ea2a..1f933ad 100644 --- a/doc/src/declarative/qmlmodels.qdoc +++ b/doc/src/declarative/qmlmodels.qdoc @@ -198,6 +198,10 @@ QAbstractItemModel provides the roles set via the QAbstractItemModel::setRoleNam QStringList provides the contents of the list via the \e modelData role: \table +\header +\o +\o +\row \o \code // main.cpp @@ -228,7 +232,7 @@ ListView { \endcode \endtable -Note: There is no way for the view to know that the contents of a QStringList +\note There is no way for the view to know that the contents of a QStringList have changed. If the QStringList is changed, it will be necessary to reset the model by calling QmlContext::setContextProperty() again. |