summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qregion.cpp
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-08-01 14:44:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 15:37:46 +0200
commitc3189a0a229cf6ac0e9ea93854b0273551e119d0 (patch)
treeab4423460e7de82a526f453536eb74649d4b88d8 /src/gui/painting/qregion.cpp
parenta68577e7e07cce40cac142f6e2b386a76f3ecbd1 (diff)
change \img to \image in docs
\img was a macro defined in macros.qdocconf. This collection of macros is being phased out. Use the full command instead. Change-Id: Ia55212f87bb46349d61359d40568e0aa33882596 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/gui/painting/qregion.cpp')
-rw-r--r--src/gui/painting/qregion.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/painting/qregion.cpp b/src/gui/painting/qregion.cpp
index cea9f74d90..5d3eb60ce3 100644
--- a/src/gui/painting/qregion.cpp
+++ b/src/gui/painting/qregion.cpp
@@ -775,7 +775,7 @@ QRegion QRegion::intersect(const QRect &r) const
Returns a region which is the union of this region and \a r.
- \img runion.png Region Union
+ \image runion.png Region Union
The figure shows the union of two elliptical regions.
@@ -812,7 +812,7 @@ QRegion QRegion::intersect(const QRect &r) const
Returns a region which is the intersection of this region and \a r.
- \img rintersect.png Region Intersection
+ \image rintersect.png Region Intersection
The figure shows the intersection of two elliptical regions.
@@ -832,7 +832,7 @@ QRegion QRegion::intersect(const QRect &r) const
Returns a region which is \a r subtracted from this region.
- \img rsubtract.png Region Subtraction
+ \image rsubtract.png Region Subtraction
The figure shows the result when the ellipse on the right is
subtracted from the ellipse on the left (\c {left - right}).
@@ -854,7 +854,7 @@ QRegion QRegion::intersect(const QRect &r) const
Returns a region which is the exclusive or (XOR) of this region
and \a r.
- \img rxor.png Region XORed
+ \image rxor.png Region XORed
The figure shows the exclusive or of two elliptical regions.