diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-17 03:49:10 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-17 03:49:10 (GMT) |
commit | 5872a38a2f2ccc67b590d580a258e110ee2d80dc (patch) | |
tree | ac5728d41907e316b842309e4516748f074da365 /src/declarative/fx/qfximagebase.cpp | |
parent | a117e6a500ce1a70608747f62eaf11ac6106dcc3 (diff) | |
download | Qt-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.cpp | 8 |
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); |