diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-07-22 05:50:23 (GMT) |
---|---|---|
committer | Lars Knoll <lars.knoll@nokia.com> | 2009-07-22 05:50:23 (GMT) |
commit | 8dc527a3837c937630c8bbbab034b8bc84d496fb (patch) | |
tree | f8298c79cdd71e065889c3820a472364d8e946f9 /src/declarative/fx/qfximage.cpp | |
parent | 0e1c97f5835ace6ce52ef6a1ae23f8e4463ba742 (diff) | |
download | Qt-8dc527a3837c937630c8bbbab034b8bc84d496fb.zip Qt-8dc527a3837c937630c8bbbab034b8bc84d496fb.tar.gz Qt-8dc527a3837c937630c8bbbab034b8bc84d496fb.tar.bz2 |
Remove an unused method in QFxItem
propertyInfo was not used by anything, let's just
get rid of it.
Diffstat (limited to 'src/declarative/fx/qfximage.cpp')
-rw-r--r-- | src/declarative/fx/qfximage.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/declarative/fx/qfximage.cpp b/src/declarative/fx/qfximage.cpp index 69030d2..7445606 100644 --- a/src/declarative/fx/qfximage.cpp +++ b/src/declarative/fx/qfximage.cpp @@ -388,12 +388,6 @@ void QFxImage::paintContents(QPainter &p) } } -QString QFxImage::propertyInfo() const -{ - Q_D(const QFxImage); - return d->url.toString(); -} - /*! \qmlproperty enum Image::status |