Make the documentation consistent with the header and QVector* classes

Change-Id: If0c5951029beb388cf4b1b8269de7305d0556ef1
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
bb10
Laszlo Papp 2012-07-08 12:10:13 +01:00 committed by Qt by Nokia
parent 18ddd367b8
commit a91e65036e
1 changed files with 4 additions and 4 deletions

View File

@ -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()
*/