From c327838f67ab66ed944aa8f8dbef7908a34df30c Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Sun, 8 Jul 2012 12:49:05 +0100 Subject: Make the x() and y() method documentation consistent with the rest Change-Id: I24d34fe32e2ed7673ba525db0543e705d08037c4 Reviewed-by: Casper van Donderen --- src/corelib/tools/qpoint.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/tools/qpoint.cpp b/src/corelib/tools/qpoint.cpp index 5404c83b4a..b97d69dad0 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() */ -- cgit v1.2.3