summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-21 17:35:58 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-21 20:09:24 +0200
commit75285b7b8cdc09c33b1bfcea0b9b6305428e39d4 (patch)
tree58225ee26ff7abc2660c0aca68c4d314ed49f568 /src/widgets/itemviews
parent5a8e121cfaaf5f5ccace621a5965908e4e0630bc (diff)
Fix some qdoc warnings: broken links
We can't split a \l{Class::}member over two lines. Change-Id: Id4806402ab349fd20fbf65eee9502e2d08e21dc5 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/widgets/itemviews')
-rw-r--r--src/widgets/itemviews/qabstractitemview.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/widgets/itemviews/qabstractitemview.cpp b/src/widgets/itemviews/qabstractitemview.cpp
index d7e757d7d7..20488f8f85 100644
--- a/src/widgets/itemviews/qabstractitemview.cpp
+++ b/src/widgets/itemviews/qabstractitemview.cpp
@@ -3712,10 +3712,9 @@ 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 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.
+ \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.
*/
void QAbstractItemView::initViewItemOption(QStyleOptionViewItem *option) const
{