summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpaintengine_vg_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-04-27 09:12:03 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-04-27 09:12:03 (GMT)
commita6fe69bf93171b522231b7ec2f4a794e82321d80 (patch)
tree6c30b48c6840cb089a4328924a199afa6ccfe64c /src/openvg/qpaintengine_vg_p.h
parentebed13e649c1572ed85cb841252e73a479516052 (diff)
downloadQt-a6fe69bf93171b522231b7ec2f4a794e82321d80.zip
Qt-a6fe69bf93171b522231b7ec2f4a794e82321d80.tar.gz
Qt-a6fe69bf93171b522231b7ec2f4a794e82321d80.tar.bz2
Apply Rhys's fix to qpaintengine_vg.cpp to make it 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 24de07c..33c49ba 100644
--- a/src/openvg/qpaintengine_vg_p.h
+++ b/src/openvg/qpaintengine_vg_p.h
@@ -144,7 +144,8 @@ public:
void drawTextItem(const QPointF &p, const QTextItem &textItem);
void drawStaticTextItem(QStaticTextItem *staticTextItem);
bool drawCachedGlyphs(int numGlyphs, const glyph_t *glyphs, const QFont &font,
- QFontEngine *fontEngine, const QFixedPoint *positions, const QPointF &p)
+ QFontEngine *fontEngine, const QPointF &p,
+ const QFixedPoint *positions);
void setState(QPainterState *s);
QVGPainterState *state() { return static_cast<QVGPainterState *>(QPaintEngineEx::state()); }