diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-05-21 23:26:40 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-05-21 23:26:40 (GMT) |
commit | 5a506eefe1ca8f654dcfc354f8ac39547510becf (patch) | |
tree | 20d3eedfd42b89c6f2b7ae0ce4f9ecf71dbabcf3 /src/declarative/fx/qfxtext.cpp | |
parent | cdd12bf1d4475ad23b49b5e27328bf6c738a0ab3 (diff) | |
download | Qt-5a506eefe1ca8f654dcfc354f8ac39547510becf.zip Qt-5a506eefe1ca8f654dcfc354f8ac39547510becf.tar.gz Qt-5a506eefe1ca8f654dcfc354f8ac39547510becf.tar.bz2 |
fix warnings
Diffstat (limited to 'src/declarative/fx/qfxtext.cpp')
-rw-r--r-- | src/declarative/fx/qfxtext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxtext.cpp b/src/declarative/fx/qfxtext.cpp index e84255d..be90723 100644 --- a/src/declarative/fx/qfxtext.cpp +++ b/src/declarative/fx/qfxtext.cpp @@ -607,7 +607,6 @@ QSize QFxTextPrivate::setupTextLayout(QTextLayout *layout) QImage QFxTextPrivate::wrappedTextImage(bool drawStyle) { //do layout - Q_Q(const QFxText); QFont f; if (_font) f = _font->font(); QSize size = cachedLayoutSize; |