summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-05 14:47:09 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-06 10:16:31 +0100
commit4a66fb9d763c94620f44fba61790078c132a5370 (patch)
tree7a24b378faec6ad60bff4451a20896b37b18707d /src/widgets/itemviews
parent6c8f3a7f8af38299910e2389dbf2bc4cefc65af7 (diff)
Fix a bunch of qdoc warnings
Remove or fix references to removed APIs, and some qdoc syntax fixes. Change-Id: I67d71062cd7a29f4eb74b02199b1482af5e59fc0 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/widgets/itemviews')
-rw-r--r--src/widgets/itemviews/qabstractitemview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/itemviews/qabstractitemview.cpp b/src/widgets/itemviews/qabstractitemview.cpp
index c037267f45..fbc616cc97 100644
--- a/src/widgets/itemviews/qabstractitemview.cpp
+++ b/src/widgets/itemviews/qabstractitemview.cpp
@@ -3717,7 +3717,7 @@ void QAbstractItemView::startDrag(Qt::DropActions supportedActions)
Initialize the \a option structure with the view's palette, font, state,
alignments etc.
- \note Implementations of this methods should check the \l{QStyleOption::}version
+ \note Implementations of this methods should check the \l{QStyleOption::}{version}
of the structure received, populate all members the implementation is familiar with,
and set the version member to the one supported by the implementation before returning.
*/