From: Laszlo Papp Date: Sun, 8 Jul 2012 11:10:13 +0000 (+0100) Subject: Make the documentation consistent with the header and QVector* classes X-Git-Tag: v5.0.0-beta1~905 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a91e65036ece7caf22fa4ccda3e974bc07f2072f;p=profile%2Fivi%2Fqtbase.git Make the documentation consistent with the header and QVector* classes Change-Id: If0c5951029beb388cf4b1b8269de7305d0556ef1 Reviewed-by: Casper van Donderen --- diff --git a/src/corelib/tools/qpoint.cpp b/src/corelib/tools/qpoint.cpp index b97d69d..368ef7d 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() */