diff options
author | Mitch Curtis <mitch.curtis@theqtcompany.com> | 2015-08-14 11:02:28 +0200 |
---|---|---|
committer | Mitch Curtis <mitch.curtis@theqtcompany.com> | 2015-08-17 11:46:18 +0000 |
commit | 521ace713d8e5230d47f3da8cd941699ca085af2 (patch) | |
tree | 75a1d66e81659a75e5307efc0ee29528d451af7e /src | |
parent | 4336566e48e7853bcf91d768c70d20db5de9e174 (diff) | |
download | qtdeclarative-521ace713d8e5230d47f3da8cd941699ca085af2.tar.gz qtdeclarative-521ace713d8e5230d47f3da8cd941699ca085af2.tar.bz2 qtdeclarative-521ace713d8e5230d47f3da8cd941699ca085af2.zip |
Fix casing in Models and Views documentation.
Change-Id: I461c5a55e3dbb2dc713640ec4d7aa00397a4415d
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc b/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc index 4e894e5a3..e03b3a9bf 100644 --- a/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc +++ b/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc @@ -187,7 +187,7 @@ To visualize data, bind the view's \c model property to a model and the QML provides several types of data models among the built-in set of QML types. In addition, models can be created with Qt C++ and then made - available to the \l{QQmlEngine}{QMLEngine} for use by + available to \l{QQmlEngine} for use by QML components. For information about creating these models, visit the \l{Using C++ Models with Qt Quick Views} and \l{qtqml-typesystem-topic.html#qml-object-types} |