diff options
Diffstat (limited to 'src/declarative/fx/qfximage.cpp')
-rw-r--r-- | src/declarative/fx/qfximage.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/declarative/fx/qfximage.cpp b/src/declarative/fx/qfximage.cpp index 61c1411..99e1b72 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); |