summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtext.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/qfxtext.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/qfxtext.h')
-rw-r--r--src/declarative/fx/qfxtext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxtext.h b/src/declarative/fx/qfxtext.h
index b7ec333..a02b76b 100644
--- a/src/declarative/fx/qfxtext.h
+++ b/src/declarative/fx/qfxtext.h
@@ -125,8 +125,6 @@ public:
bool smoothTransform() const;
void setSmoothTransform(bool);
- virtual QString propertyInfo() const;
-
void paintContents(QPainter &p);
virtual void componentComplete();