Doc: fix formatting error in QLineF
This is a whitespace-only change; removing a couple of newlines that broke qdoc formatting of the enum values documentation. Change-Id: Id371a4519922c71d79a11f3cda131e6683812696 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
This commit is contained in:
parent
6f251c567c
commit
c7275f6723
@ -387,10 +387,9 @@ QDataStream &operator>>(QDataStream &stream, QLine &line)
|
|||||||
|
|
||||||
\value UnboundedIntersection The two lines intersect, but not
|
\value UnboundedIntersection The two lines intersect, but not
|
||||||
within the range defined by their lengths. This will be the case
|
within the range defined by their lengths. This will be the case
|
||||||
if the lines are not parallel.
|
if the lines are not parallel. intersect() will also return this
|
||||||
|
value if the intersect point is within the start and end point of
|
||||||
intersect() will also return this value if the intersect point is
|
only one of the lines.
|
||||||
within the start and end point of only one of the lines.
|
|
||||||
|
|
||||||
\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.
|
||||||
|
Loading…
Reference in New Issue
Block a user