aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-08-14 11:02:28 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-08-17 11:46:18 +0000
commit521ace713d8e5230d47f3da8cd941699ca085af2 (patch)
tree75a1d66e81659a75e5307efc0ee29528d451af7e
parent4336566e48e7853bcf91d768c70d20db5de9e174 (diff)
Fix casing in Models and Views documentation.
Change-Id: I461c5a55e3dbb2dc713640ec4d7aa00397a4415d Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc2
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 4e894e5a33..e03b3a9bf8 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}