summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2012-07-08 12:49:05 +0100
committerQt by Nokia <qt-info@nokia.com>2012-07-10 03:24:11 +0200
commitc327838f67ab66ed944aa8f8dbef7908a34df30c (patch)
treeab024ec740c379d9a4043bb8f5101306c91d2d2a /src/corelib/tools
parent78163b717083283451041323d05d630ccac45d47 (diff)
Make the x() and y() method documentation consistent with the rest
Change-Id: I24d34fe32e2ed7673ba525db0543e705d08037c4 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qpoint.cpp4
1 files 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()
*/