diff options
| author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2014-03-21 14:18:20 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-03-21 18:33:43 +0100 |
| commit | 045e20b32f233a000cee09e57ee698372c066865 (patch) | |
| tree | 813d3afcf0f0407707ed355725af220300421f55 /src/corelib/tools/qrect.cpp | |
| parent | e7816e987ec6fc954c971bd27de29c7160659f37 (diff) | |
Fix qdoc warnings in QMargins, QRect.
Change-Id: Iae2486e1f335679c288e05f45e2d283a7cf971c0
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Diffstat (limited to 'src/corelib/tools/qrect.cpp')
| -rw-r--r-- | src/corelib/tools/qrect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qrect.cpp b/src/corelib/tools/qrect.cpp index 33e8dd23fcf..33753efbda5 100644 --- a/src/corelib/tools/qrect.cpp +++ b/src/corelib/tools/qrect.cpp @@ -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. @@ -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. |
