summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2012-07-08 12:10:13 +0100
committerQt by Nokia <qt-info@nokia.com>2012-07-10 08:58:42 +0200
commita91e65036ece7caf22fa4ccda3e974bc07f2072f (patch)
tree24c3d4f5c55cf8d4de86b58122d17895a8417bce /src/corelib/tools
parent18ddd367b82af01a73954992f551bb0e68c029ae (diff)
Make the documentation consistent with the header and QVector* classes
Change-Id: If0c5951029beb388cf4b1b8269de7305d0556ef1 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qpoint.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/tools/qpoint.cpp b/src/corelib/tools/qpoint.cpp
index b97d69dad0..368ef7d697 100644
--- a/src/corelib/tools/qpoint.cpp
+++ b/src/corelib/tools/qpoint.cpp
@@ -91,9 +91,9 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn QPoint::QPoint(int x, int y)
+ \fn QPoint::QPoint(int xpos, int ypos)
- Constructs a point with the given coordinates (\a x, \a y).
+ Constructs a point with the given coordinates (\a xpos, \a ypos).
\sa setX(), setY()
*/
@@ -495,9 +495,9 @@ QDebug operator<<(QDebug d, const QPointF &p)
*/
/*!
- \fn QPointF::QPointF(qreal x, qreal y)
+ \fn QPointF::QPointF(qreal xpos, qreal ypos)
- Constructs a point with the given coordinates (\a x, \a y).
+ Constructs a point with the given coordinates (\a xpos, \a ypos).
\sa setX(), setY()
*/