summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qrect.cpp
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2012-05-10 13:10:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-11 01:42:02 +0200
commitad97aba452ed7d3dbd3c9d437c59c14b2ae0661b (patch)
tree2a37426bc8e29f27d3b3a486693b484b2caa069c /src/corelib/tools/qrect.cpp
parent87d21127de4a361c7e76ba91a0ea336bbed32853 (diff)
Doc: Fix \sa usage
Ensure comma between elements (757 missing), single space and curly- braces around title elements, etc. Change-Id: Id16c3fda7fc47a12a0682f8720214f4990609a97 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/tools/qrect.cpp')
-rw-r--r--src/corelib/tools/qrect.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/corelib/tools/qrect.cpp b/src/corelib/tools/qrect.cpp
index 8c1eea8df7..c14a4c9a63 100644
--- a/src/corelib/tools/qrect.cpp
+++ b/src/corelib/tools/qrect.cpp
@@ -322,7 +322,7 @@ QRect QRect::normalized() const
Returns the x-coordinate of the rectangle's left edge. Equivalent
to x().
- \sa setLeft(), topLeft(), bottomLeft()
+ \sa setLeft(), topLeft(), bottomLeft()
*/
/*!
@@ -752,7 +752,7 @@ QRect QRect::normalized() const
Returns the width of the rectangle.
- \sa setWidth(), height(), size()
+ \sa setWidth(), height(), size()
*/
/*!
@@ -1093,7 +1093,7 @@ QRect QRect::operator&(const QRect &r) const
The intersection rectangle can be retrieved using the intersected()
function.
- \sa contains()
+ \sa contains()
*/
bool QRect::intersects(const QRect &r) const
@@ -1423,7 +1423,7 @@ QDebug operator<<(QDebug dbg, const QRect &r) {
Use the normalized() function to retrieve a rectangle where the
corners are swapped.
- \sa isNull(), isValid(), normalized()
+ \sa isNull(), isValid(), normalized()
*/
/*!
@@ -1480,7 +1480,7 @@ QRectF QRectF::normalized() const
Returns the y-coordinate of the rectangle's top edge. Equivalent
to top().
- \sa setY(), x(), topLeft()
+ \sa setY(), x(), topLeft()
*/
@@ -1727,7 +1727,7 @@ QRectF QRectF::normalized() const
relative to the current position. Positive values move the rectangle to the
right and downwards.
- \sa moveTopLeft(), moveTo(), translated()
+ \sa moveTopLeft(), moveTo(), translated()
*/
@@ -2019,7 +2019,7 @@ bool QRectF::contains(const QRectF &r) const
Returns the position of the rectangle's bottom-left corner.
- \sa setBottomLeft(), bottom(), left()
+ \sa setBottomLeft(), bottom(), left()
*/
/*!