Fix qdoc warnings in QMargins, QRect.
Change-Id: Iae2486e1f335679c288e05f45e2d283a7cf971c0 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
This commit is contained in:
parent
e7816e987e
commit
045e20b32f
@ -312,7 +312,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QMargins &operator+=(const QMargins &margins)
|
\fn QMargins &QMargins::operator+=(const QMargins &margins)
|
||||||
|
|
||||||
Add each component of \a margins to the respective component of this object
|
Add each component of \a margins to the respective component of this object
|
||||||
and returns a reference to it.
|
and returns a reference to it.
|
||||||
@ -323,7 +323,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QMargins &operator-=(const QMargins &margins)
|
\fn QMargins &QMargins::operator-=(const QMargins &margins)
|
||||||
|
|
||||||
Subtract each component of \a margins from the respective component of this object
|
Subtract each component of \a margins from the respective component of this object
|
||||||
and returns a reference to it.
|
and returns a reference to it.
|
||||||
@ -334,7 +334,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QMargins &operator*=(int factor)
|
\fn QMargins &QMargins::operator*=(int factor)
|
||||||
|
|
||||||
Multiplies each component of this object by \a factor
|
Multiplies each component of this object by \a factor
|
||||||
and returns a reference to it.
|
and returns a reference to it.
|
||||||
@ -345,7 +345,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QMargins &operator*=(qreal factor)
|
\fn QMargins &QMargins::operator*=(qreal factor)
|
||||||
\overload
|
\overload
|
||||||
|
|
||||||
Multiplies each component of this object by \a factor
|
Multiplies each component of this object by \a factor
|
||||||
@ -357,7 +357,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QMargins &operator/=(int divisor)
|
\fn QMargins &QMargins::operator/=(int divisor)
|
||||||
|
|
||||||
Divides each component of this object by \a divisor
|
Divides each component of this object by \a divisor
|
||||||
and returns a reference to it.
|
and returns a reference to it.
|
||||||
@ -368,7 +368,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QMargins &operator/=(qreal divisor)
|
\fn QMargins &QMargins::operator/=(qreal divisor)
|
||||||
|
|
||||||
\overload
|
\overload
|
||||||
|
|
||||||
|
@ -1201,7 +1201,7 @@ bool QRect::intersects(const QRect &r) const
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QRect QRect::operator+=(const QMargins &margins) const
|
\fn QRect QRect::operator+=(const QMargins &margins)
|
||||||
|
|
||||||
Adds the \a margins to the rectangle, growing it.
|
Adds the \a margins to the rectangle, growing it.
|
||||||
|
|
||||||
@ -1221,7 +1221,7 @@ bool QRect::intersects(const QRect &r) const
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QRect QRect::operator -=(const QMargins &margins) const
|
\fn QRect QRect::operator -=(const QMargins &margins)
|
||||||
|
|
||||||
Returns a rectangle shrunk by the \a margins.
|
Returns a rectangle shrunk by the \a margins.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user