diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-10-06 00:37:49 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-10-06 00:37:49 (GMT) |
commit | dab7f1079a40a1beb5555c8ffaaf8b2c73781596 (patch) | |
tree | aaf8f98186ba6e5e5b4b6fc7924a2345f2aa645a /src/declarative | |
parent | a943e0ae741115fbdd72b7ecfa7702f90ad0890b (diff) | |
download | Qt-dab7f1079a40a1beb5555c8ffaaf8b2c73781596.zip Qt-dab7f1079a40a1beb5555c8ffaaf8b2c73781596.tar.gz Qt-dab7f1079a40a1beb5555c8ffaaf8b2c73781596.tar.bz2 |
doc fixes
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/fx/qfxrect.cpp | 2 |
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 |