From 55f4a4e6f02febdb7732fdc7b193293555242237 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Tue, 22 Sep 2020 16:40:50 +0200 Subject: Fix various qdoc warnings Parameter types and names, missing enum values, and \since 6.0. Change-Id: I1b028fcf2ef0b57accb1ef7cebf17dab9f6d571e Reviewed-by: Paul Wicking --- src/corelib/tools/qrect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/tools/qrect.cpp') diff --git a/src/corelib/tools/qrect.cpp b/src/corelib/tools/qrect.cpp index 45af85a4df..79d00a6fde 100644 --- a/src/corelib/tools/qrect.cpp +++ b/src/corelib/tools/qrect.cpp @@ -1228,8 +1228,8 @@ bool QRect::intersects(const QRect &r) const noexcept /*! \fn static QRect QRect::span(const QPoint &p1, const QPoint &p2) - Returns a rectangle spanning the two points, including both and everything - in between. + Returns a rectangle spanning the two points \a p1 and \a p2, including both and + everything in between. \since 6.0 */ -- cgit v1.2.3