Make the x() and y() method documentation consistent with the rest
authorLaszlo Papp <lpapp@kde.org>
Sun, 8 Jul 2012 11:49:05 +0000 (12:49 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 10 Jul 2012 01:24:11 +0000 (03:24 +0200)
Change-Id: I24d34fe32e2ed7673ba525db0543e705d08037c4
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/corelib/tools/qpoint.cpp

index 5404c83..b97d69d 100644 (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()
 */