summaryrefslogtreecommitdiff
path: root/src/controls/doc/src/qtquickcontrols-treeview.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-01-09 15:19:20 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-01-10 10:22:58 +0100
commit035cbc87fa7892f58e1e1908a8f98bd9c579c8a0 (patch)
treea28e6f70ae43e798fe52158c6d9e9d53acbf7ab1 /src/controls/doc/src/qtquickcontrols-treeview.qdoc
parentfbc0fe81fad9fbc80180503ad439f1db0a698a9e (diff)
downloadqtquickcontrols-035cbc87fa7892f58e1e1908a8f98bd9c579c8a0.tar.gz
Doc: Remove \internal command from a \qmlabstract type
Even though the type is private, other types inheriting from it must also inherit the property documentation. \qmlabstract handles this, but only if the abstract type is not \internal. Remove incorrect links that were trying to fix the issue previously. Fixes: QTBUG-79469 Change-Id: I9b9bb0af84abf44c5cbe9e1770659cff24834dd6 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/controls/doc/src/qtquickcontrols-treeview.qdoc')
-rw-r--r--src/controls/doc/src/qtquickcontrols-treeview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-treeview.qdoc b/src/controls/doc/src/qtquickcontrols-treeview.qdoc
index 6542a939..cea447d9 100644
--- a/src/controls/doc/src/qtquickcontrols-treeview.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-treeview.qdoc
@@ -65,7 +65,7 @@
then be shown in their corresponding column.
You can customize the look by overriding the \l [QML]{TreeView::}{itemDelegate},
- \l {basictableview-rowdelegate}{rowDelegate}, or \l {basictableview-headerdelegate}{headerDelegate} properties.
+ rowDelegate, or headerDelegate properties.
The view itself does not provide sorting. This has to
be done on the model itself. However you can provide sorting