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/qfxtextedit.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/qfxtextedit.cpp')
-rw-r--r-- | src/declarative/fx/qfxtextedit.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/declarative/fx/qfxtextedit.cpp b/src/declarative/fx/qfxtextedit.cpp index f9cde7c..4a8085b 100644 --- a/src/declarative/fx/qfxtextedit.cpp +++ b/src/declarative/fx/qfxtextedit.cpp @@ -679,15 +679,6 @@ void QFxTextEdit::geometryChanged(const QRectF &newGeometry, } /*! - \internal -*/ -QString QFxTextEdit::propertyInfo() const -{ - Q_D(const QFxTextEdit); - return QChar(QLatin1Char('\"')) + d->text + QChar(QLatin1Char('\"')); -} - -/*! Ensures any delayed caching or data loading the class needs to performed is complete. */ |