From 1d6b7a27cb90d71e4cb5add4fd996d0cb9b02cfe Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Tue, 22 Sep 2020 00:01:10 +0200 Subject: Fix some qdoc warnings: function names in "see also" Change-Id: I6b2b444ccc4de6629d800933802ffa8f75682b96 Reviewed-by: Paul Wicking --- src/corelib/tools/qline.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/corelib/tools') diff --git a/src/corelib/tools/qline.cpp b/src/corelib/tools/qline.cpp index 1b029a0b8e..d284883dcc 100644 --- a/src/corelib/tools/qline.cpp +++ b/src/corelib/tools/qline.cpp @@ -393,7 +393,7 @@ QDataStream &operator>>(QDataStream &stream, QLine &line) \value BoundedIntersection The two lines intersect with each other within the start and end points of each line. - \sa intersect() + \sa intersects() */ /*! @@ -777,15 +777,15 @@ QLineF::IntersectionType QLineF::intersects(const QLineF &l, QPointF *intersecti Returns the angle (in degrees) from this line to the given \a line, taking the direction of the lines into account. If the lines - do not intersect within their range, it is the intersection point of - the extended lines that serves as origin (see + do not \l{intersects()}{intersect} within their range, it is the + intersection point of the extended lines that serves as origin (see QLineF::UnboundedIntersection). The returned value represents the number of degrees you need to add to this line to make it have the same angle as the given \a line, going counter-clockwise. - \sa intersect() + \sa intersects() */ qreal QLineF::angleTo(const QLineF &l) const { -- cgit v1.2.3