summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximagebase.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/qfximagebase.cpp
parenta117e6a500ce1a70608747f62eaf11ac6106dcc3 (diff)
downloadQt-5872a38a2f2ccc67b590d580a258e110ee2d80dc.zip
Qt-5872a38a2f2ccc67b590d580a258e110ee2d80dc.tar.gz
Qt-5872a38a2f2ccc67b590d580a258e110ee2d80dc.tar.bz2
Doc cleanup.
Diffstat (limited to 'src/declarative/fx/qfximagebase.cpp')
-rw-r--r--src/declarative/fx/qfximagebase.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/declarative/fx/qfximagebase.cpp b/src/declarative/fx/qfximagebase.cpp
index e3760f3..5aa87db 100644
--- a/src/declarative/fx/qfximagebase.cpp
+++ b/src/declarative/fx/qfximagebase.cpp
@@ -81,14 +81,6 @@ qreal QFxImageBase::progress() const
return d->progress;
}
-
-/*!
- \property QFxImage::source
- \brief the url of the image to be displayed in this item.
-
- The content specified can be of any image type loadable by QImage. Alternatively,
- you can specify an sci format file, which specifies both an image and it's scale grid.
-*/
QUrl QFxImageBase::source() const
{
Q_D(const QFxImageBase);