summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qpoint.cpp')
-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()
*/