Make the x() and y() method documentation consistent with the rest
Change-Id: I24d34fe32e2ed7673ba525db0543e705d08037c4 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>bb10
parent
78163b7170
commit
c327838f67
|
|
@ -528,7 +528,7 @@ QDebug operator<<(QDebug d, const QPointF &p)
|
|||
/*!
|
||||
\fn qreal QPointF::x() const
|
||||
|
||||
Returns the x-coordinate of this point.
|
||||
Returns the x coordinate of this point.
|
||||
|
||||
\sa setX(), rx()
|
||||
*/
|
||||
|
|
@ -536,7 +536,7 @@ QDebug operator<<(QDebug d, const QPointF &p)
|
|||
/*!
|
||||
\fn qreal QPointF::y() const
|
||||
|
||||
Returns the y-coordinate of this point.
|
||||
Returns the y coordinate of this point.
|
||||
|
||||
\sa setY(), ry()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue