Make the x() and y() method documentation consistent with the rest

Change-Id: I24d34fe32e2ed7673ba525db0543e705d08037c4
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
bb10
Laszlo Papp 2012-07-08 12:49:05 +01:00 committed by Qt by Nokia
parent 78163b7170
commit c327838f67
1 changed files with 2 additions and 2 deletions

View File

@ -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()
*/