summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/itemviews/qabstractitemview.cpp')
-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.
*/