summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.cpp
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-17 03:49:10 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-17 03:49:10 (GMT)
commit5872a38a2f2ccc67b590d580a258e110ee2d80dc (patch)
treeac5728d41907e316b842309e4516748f074da365 /src/declarative/fx/qfximage.cpp
parenta117e6a500ce1a70608747f62eaf11ac6106dcc3 (diff)
downloadQt-5872a38a2f2ccc67b590d580a258e110ee2d80dc.zip
Qt-5872a38a2f2ccc67b590d580a258e110ee2d80dc.tar.gz
Qt-5872a38a2f2ccc67b590d580a258e110ee2d80dc.tar.bz2
Doc cleanup.
Diffstat (limited to 'src/declarative/fx/qfximage.cpp')
-rw-r--r--src/declarative/fx/qfximage.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/declarative/fx/qfximage.cpp b/src/declarative/fx/qfximage.cpp
index ec3fdab..6e24fdf 100644
--- a/src/declarative/fx/qfximage.cpp
+++ b/src/declarative/fx/qfximage.cpp
@@ -141,14 +141,6 @@ QFxImage::~QFxImage()
{
}
-/*!
- \property QFxImage::pixmap
- \brief the image displayed in this item.
-
- This property contains the pixmap currently being displayed by this item,
- which may be empty if nothing is currently displayed. Setting the source
- property overrides any setting of this property.
-*/
QPixmap QFxImage::pixmap() const
{
Q_D(const QFxImage);