summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpaintengine_vg_p.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-01-26 14:25:09 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-01-26 14:25:09 (GMT)
commita5bf01a04d8f18182e9d453ba36facddffc3ba99 (patch)
treef6175d889631d1096c8a095d4c0b692a05a6d995 /src/openvg/qpaintengine_vg_p.h
parenta16d9ed3f202147b6c315d5e2008c08a3ad909b6 (diff)
downloadQt-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.h3
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);