summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qline.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-22 00:01:10 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-22 20:56:01 +0200
commit1d6b7a27cb90d71e4cb5add4fd996d0cb9b02cfe (patch)
treeaaef34db49c3142e8596e1e6671227ca25db34b7 /src/corelib/tools/qline.cpp
parent149a9ef23fb71715d34ebfa0ad8c33657664b5e8 (diff)
Fix some qdoc warnings: function names in "see also"
Change-Id: I6b2b444ccc4de6629d800933802ffa8f75682b96 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/tools/qline.cpp')
-rw-r--r--src/corelib/tools/qline.cpp8
1 files changed, 4 insertions, 4 deletions
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
{