Fix some qdoc warnings: function names in "see also"

Change-Id: I6b2b444ccc4de6629d800933802ffa8f75682b96
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Volker Hilsheimer 2020-09-22 00:01:10 +02:00
parent 149a9ef23f
commit 1d6b7a27cb
2 changed files with 5 additions and 5 deletions

View File

@ -871,7 +871,7 @@ QStringList QLibraryInfo::platformPluginArguments(const QString &platformName)
\value TestsPath The location of installed Qt testcases. \value TestsPath The location of installed Qt testcases.
\value SettingsPath The location for Qt settings. Not applicable on Windows. \value SettingsPath The location for Qt settings. Not applicable on Windows.
\sa location() \sa path()
*/ */
QT_END_NAMESPACE QT_END_NAMESPACE

View File

@ -393,7 +393,7 @@ QDataStream &operator>>(QDataStream &stream, QLine &line)
\value BoundedIntersection The two lines intersect with each other \value BoundedIntersection The two lines intersect with each other
within the start and end points of each line. 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 Returns the angle (in degrees) from this line to the given \a
line, taking the direction of the lines into account. If the lines line, taking the direction of the lines into account. If the lines
do not intersect within their range, it is the intersection point of do not \l{intersects()}{intersect} within their range, it is the
the extended lines that serves as origin (see intersection point of the extended lines that serves as origin (see
QLineF::UnboundedIntersection). QLineF::UnboundedIntersection).
The returned value represents the number of degrees you need to add 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, to this line to make it have the same angle as the given \a line,
going counter-clockwise. going counter-clockwise.
\sa intersect() \sa intersects()
*/ */
qreal QLineF::angleTo(const QLineF &l) const qreal QLineF::angleTo(const QLineF &l) const
{ {