From: Laszlo Papp Date: Sun, 8 Jul 2012 11:49:05 +0000 (+0100) Subject: Make the x() and y() method documentation consistent with the rest X-Git-Tag: v5.0.0-beta1~927 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c327838f67ab66ed944aa8f8dbef7908a34df30c;p=profile%2Fivi%2Fqtbase.git Make the x() and y() method documentation consistent with the rest Change-Id: I24d34fe32e2ed7673ba525db0543e705d08037c4 Reviewed-by: Casper van Donderen --- diff --git a/src/corelib/tools/qpoint.cpp b/src/corelib/tools/qpoint.cpp index 5404c83..b97d69d 100644 --- a/src/corelib/tools/qpoint.cpp +++ b/src/corelib/tools/qpoint.cpp @@ -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() */