diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-01-26 14:25:09 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-01-26 14:25:09 (GMT) |
commit | a5bf01a04d8f18182e9d453ba36facddffc3ba99 (patch) | |
tree | f6175d889631d1096c8a095d4c0b692a05a6d995 /src/openvg/qpaintengine_vg_p.h | |
parent | a16d9ed3f202147b6c315d5e2008c08a3ad909b6 (diff) | |
download | Qt-a5bf01a04d8f18182e9d453ba36facddffc3ba99.zip Qt-a5bf01a04d8f18182e9d453ba36facddffc3ba99.tar.gz Qt-a5bf01a04d8f18182e9d453ba36facddffc3ba99.tar.bz2 |
Compile for S60
Make the OpenVG code for QStaticText compile.
Diffstat (limited to 'src/openvg/qpaintengine_vg_p.h')
-rw-r--r-- | src/openvg/qpaintengine_vg_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openvg/qpaintengine_vg_p.h b/src/openvg/qpaintengine_vg_p.h index c70e1c1..3f73fed 100644 --- a/src/openvg/qpaintengine_vg_p.h +++ b/src/openvg/qpaintengine_vg_p.h @@ -54,6 +54,7 @@ // #include <QtGui/private/qpaintengineex_p.h> +#include <QtGui/private/qtextureglyphcache_p.h> QT_BEGIN_NAMESPACE @@ -140,7 +141,7 @@ public: void drawTextItem(const QPointF &p, const QTextItem &textItem); void drawStaticTextItem(QStaticTextItem *staticTextItem); - void drawCachedGlyphs(int numGlyphs, const glyph_t *glyphs, const QFont &font, + bool drawCachedGlyphs(int numGlyphs, const glyph_t *glyphs, const QFont &font, QFontEngine *fontEngine, const QPointF &p); void setState(QPainterState *s); |