diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-10-09 02:43:43 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-10-09 02:43:43 (GMT) |
commit | 8cefc95e3d91cb16ef6a7b16c18ef1e23a3911a9 (patch) | |
tree | b413fc00b06652fd75b3faa765ad3e2a97ef24b3 /doc/src/declarative/qmlmodels.qdoc | |
parent | f21c1f444de012c38207ed93db8c3470cf197631 (diff) | |
download | Qt-8cefc95e3d91cb16ef6a7b16c18ef1e23a3911a9.zip Qt-8cefc95e3d91cb16ef6a7b16c18ef1e23a3911a9.tar.gz Qt-8cefc95e3d91cb16ef6a7b16c18ef1e23a3911a9.tar.bz2 |
Add missing NOTIFY
Diffstat (limited to 'doc/src/declarative/qmlmodels.qdoc')
-rw-r--r-- | doc/src/declarative/qmlmodels.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlmodels.qdoc b/doc/src/declarative/qmlmodels.qdoc index eca81cd..d0a5464 100644 --- a/doc/src/declarative/qmlmodels.qdoc +++ b/doc/src/declarative/qmlmodels.qdoc @@ -63,7 +63,7 @@ There are a number of QML elements that operate using data models: \o ListView \o GridView \o PathView -\o \l {qml-repeater}{Repeater} +\o \l Repeater \endlist QML supports several types of data model, which may be provided by QML |