Fix casing in Models and Views documentation.
authorMitch Curtis <mitch.curtis@theqtcompany.com>
Fri, 14 Aug 2015 09:02:28 +0000 (11:02 +0200)
committerMitch Curtis <mitch.curtis@theqtcompany.com>
Mon, 17 Aug 2015 11:46:18 +0000 (11:46 +0000)
Change-Id: I461c5a55e3dbb2dc713640ec4d7aa00397a4415d
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc

index 4e894e5a3393bcc0c39c38cddc1722ac14f2046c..e03b3a9bf85253f77e0036a27d726eb2cc30f699 100644 (file)
@@ -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}