summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qrect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qrect.cpp')
-rw-r--r--src/corelib/tools/qrect.cpp4
1 files changed, 2 insertions, 2 deletions
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
*/