diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-05-09 08:29:02 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-05-09 08:29:02 (GMT) |
commit | 370b98690aab6d022d9c9c0afafd5552ab6928c1 (patch) | |
tree | e2830f9b9fe2e94febd9336e246cc8eb3f582911 /doc | |
parent | 75aea79ce599d5f62a1642a875774544f548c904 (diff) | |
download | Qt-370b98690aab6d022d9c9c0afafd5552ab6928c1.zip Qt-370b98690aab6d022d9c9c0afafd5552ab6928c1.tar.gz Qt-370b98690aab6d022d9c9c0afafd5552ab6928c1.tar.bz2 |
doc: Fixed a QML snippet reference
Also updated the Config class for reuse.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/qmlviews.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlviews.qdoc b/doc/src/declarative/qmlviews.qdoc index 53ce4b9..89caa90 100644 --- a/doc/src/declarative/qmlviews.qdoc +++ b/doc/src/declarative/qmlviews.qdoc @@ -59,7 +59,7 @@ Views display \l{qml-data-models}{models} onto the screen. A model could be a si To assign a model to a view, bind the view's \c model property to a model. \snippet doc/src/snippets/declarative/listview.qml model -\snippet doc/src/snippets/declarative/listview.qml model +\snippet doc/src/snippets/declarative/listview.qml view For more information, consult the \l {QML Data Models} article. |