summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-07-23 07:38:51 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-07-23 07:45:39 (GMT)
commita2d64535d011a47cb2bdf91002f9210cf6b656b1 (patch)
treed9672f38afef26264aa25633af5c05ff33bfc0bb /src
parent64c807ed9d7e7eea95e35a26c31679dfaae820bb (diff)
downloadQt-a2d64535d011a47cb2bdf91002f9210cf6b656b1.zip
Qt-a2d64535d011a47cb2bdf91002f9210cf6b656b1.tar.gz
Qt-a2d64535d011a47cb2bdf91002f9210cf6b656b1.tar.bz2
Fix build on Harmattan
Reviewed-By: Trustme
Diffstat (limited to 'src')
-rw-r--r--src/opengl/qgl_x11egl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl_x11egl.cpp b/src/opengl/qgl_x11egl.cpp
index 11131ea..99b026d 100644
--- a/src/opengl/qgl_x11egl.cpp
+++ b/src/opengl/qgl_x11egl.cpp
@@ -469,7 +469,7 @@ void QGLWidgetPrivate::recreateEglSurface(bool force)
}
}
-GLuint QGLContextPrivate::bindTextureFromNativePixmap(const QPixmap& pm, const qint64 key, bool canInvert)
+QGLTexture *QGLContextPrivate::bindTextureFromNativePixmap(QPixmap *pm, const qint64 key, bool canInvert)
{
// TODO
return 0;