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/qfxtext.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/qfxtext.cpp')
-rw-r--r-- | src/declarative/fx/qfxtext.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/declarative/fx/qfxtext.cpp b/src/declarative/fx/qfxtext.cpp index 2bae53f..3d36bf3 100644 --- a/src/declarative/fx/qfxtext.cpp +++ b/src/declarative/fx/qfxtext.cpp @@ -575,12 +575,6 @@ void QFxTextPrivate::updateSize() // ### text layout handling should be profiled and optimized as needed // what about QStackTextEngine engine(tmp, d->font.font()); QTextLayout textLayout(&engine); -QString QFxText::propertyInfo() const -{ - Q_D(const QFxText); - return QChar(QLatin1Char('\"')) + d->text + QChar(QLatin1Char('\"')); -} - void QFxTextPrivate::drawOutline() { QPixmap img = QPixmap(imgCache.size()); |