aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-02-17 11:15:18 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-02-17 12:53:14 +0000
commit39df6760e4db6af700c46a420286b51113b5dadb (patch)
tree485043ed4240b894f52460cf0b99ff269453a538
parentece8d59598fa1f8783d054ce2218b2b462cb93ee (diff)
Make it easier to link to QAbstractItemModel section
Linking to "QAbstractItemModel" will take the user to the class documentation, when it was intended to take them to the "Using C++ Models with Qt Quick Views" page. Change-Id: Id705353bf729fe9990ca6f77e3d4e430cff33918 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc b/src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc
index dffcabbd5b..cb281a2d4a 100644
--- a/src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc
+++ b/src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc
@@ -102,7 +102,7 @@ has changed. If the QList changes, it is necessary to reset
the model by calling QQmlContext::setContextProperty() again.
-\section2 QAbstractItemModel
+\section2 QAbstractItemModel subclass
A model can be defined by subclassing QAbstractItemModel. This is the
best approach if you have a more complex model that cannot be supported