diff -r 93b982ccede2 -r 5daf16870df6 src/opengl/qpaintengine_opengl_p.h --- a/src/opengl/qpaintengine_opengl_p.h Mon Jun 21 22:38:13 2010 +0100 +++ b/src/opengl/qpaintengine_opengl_p.h Thu Jul 22 16:41:55 2010 +0100 @@ -133,6 +133,7 @@ void drawImage(const QRectF &r, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags conversionFlags); void drawTextItem(const QPointF &p, const QTextItem &ti); + void drawStaticTextItem(QStaticTextItem *staticTextItem); void drawEllipse(const QRectF &rect);