summaryrefslogtreecommitdiff
path: root/src/opengl/qpaintengine_opengl_p.h
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-09-09 11:51:13 +0200
committerGunnar Sletta <gunnar@trolltech.com>2009-09-09 11:58:50 +0200
commit12dbb637d42de5cc47cfff242d923d2dd5fce260 (patch)
tree908294553918928f539775b9471b16664cb7df00 /src/opengl/qpaintengine_opengl_p.h
parent6bdc4043f4d89da39cbbf67a5db4f0e308b632f1 (diff)
downloadqt4-tools-12dbb637d42de5cc47cfff242d923d2dd5fce260.tar.gz
Made GL1 engine have proper y-rotation since qgldrawable refactor
Reviewed-by: Tom
Diffstat (limited to 'src/opengl/qpaintengine_opengl_p.h')
-rw-r--r--src/opengl/qpaintengine_opengl_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opengl/qpaintengine_opengl_p.h b/src/opengl/qpaintengine_opengl_p.h
index 1cac3ade65..13299da8f9 100644
--- a/src/opengl/qpaintengine_opengl_p.h
+++ b/src/opengl/qpaintengine_opengl_p.h
@@ -146,7 +146,8 @@ public:
private:
void drawPolyInternal(const QPolygonF &pa, bool close = true);
- void drawTextureRect(int tx_width, int tx_height, const QRectF &r, const QRectF &sr, GLenum target);
+ void drawTextureRect(int tx_width, int tx_height, const QRectF &r, const QRectF &sr,
+ GLenum target, QGLTexture *tex);
Q_DISABLE_COPY(QOpenGLPaintEngine)
};