summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-07-22 05:50:23 (GMT)
committerLars Knoll <lars.knoll@nokia.com>2009-07-22 05:50:23 (GMT)
commit8dc527a3837c937630c8bbbab034b8bc84d496fb (patch)
treef8298c79cdd71e065889c3820a472364d8e946f9 /src/declarative/fx/qfximage.h
parent0e1c97f5835ace6ce52ef6a1ae23f8e4463ba742 (diff)
downloadQt-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.h')
-rw-r--r--src/declarative/fx/qfximage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/fx/qfximage.h b/src/declarative/fx/qfximage.h
index 7b3445c..9c0dde8 100644
--- a/src/declarative/fx/qfximage.h
+++ b/src/declarative/fx/qfximage.h
@@ -91,7 +91,6 @@ public:
QUrl source() const;
virtual void setSource(const QUrl &url);
- virtual QString propertyInfo() const;
void paintContents(QPainter &painter);
Q_SIGNALS: