summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-06 00:37:49 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-06 00:37:49 (GMT)
commitdab7f1079a40a1beb5555c8ffaaf8b2c73781596 (patch)
treeaaf8f98186ba6e5e5b4b6fc7924a2345f2aa645a /src/declarative
parenta943e0ae741115fbdd72b7ecfa7702f90ad0890b (diff)
downloadQt-dab7f1079a40a1beb5555c8ffaaf8b2c73781596.zip
Qt-dab7f1079a40a1beb5555c8ffaaf8b2c73781596.tar.gz
Qt-dab7f1079a40a1beb5555c8ffaaf8b2c73781596.tar.bz2
doc fixes
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/fx/qfxrect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxrect.cpp b/src/declarative/fx/qfxrect.cpp
index ea17452..e802c94 100644
--- a/src/declarative/fx/qfxrect.cpp
+++ b/src/declarative/fx/qfxrect.cpp
@@ -482,6 +482,8 @@ void QFxRect::drawRect(QPainter &p)
\note Generally scaling artifacts are only visible if the item is stationary on
the screen. A common pattern when animating an item is to disable smooth
filtering at the beginning of the animation and reenable it at the conclusion.
+
+ \image rect-smooth.png
*/
QRectF QFxRect::boundingRect() const