diff options
Diffstat (limited to 'src/declarative/fx/qfxtext.cpp')
-rw-r--r-- | src/declarative/fx/qfxtext.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/declarative/fx/qfxtext.cpp b/src/declarative/fx/qfxtext.cpp index 1313dca..0c3f4e9 100644 --- a/src/declarative/fx/qfxtext.cpp +++ b/src/declarative/fx/qfxtext.cpp @@ -750,21 +750,6 @@ void QFxTextPrivate::checkImgCache() imgDirty = false; } -bool QFxText::smoothTransform() const -{ - Q_D(const QFxText); - return d->smooth; -} - -void QFxText::setSmoothTransform(bool s) -{ - Q_D(QFxText); - if (d->smooth == s) - return; - d->smooth = s; - update(); -} - void QFxText::paint(QPainter *p, const QStyleOptionGraphicsItem *, QWidget *) { Q_D(QFxText); |