summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
diff options
context:
space:
mode:
authorJani Hautakangas <jani.hautakangas@nokia.com>2011-06-30 11:28:39 (GMT)
committerJani Hautakangas <jani.hautakangas@nokia.com>2011-06-30 11:59:11 (GMT)
commit2b6cf174153c6a680bac94eb666a131a3aad3891 (patch)
tree2b9b8184cbea924a9868b94d87747ce4e052398c /src/opengl/qgl.cpp
parentc1759aa657f5f729c96696b819465c70266c21c8 (diff)
downloadQt-2b6cf174153c6a680bac94eb666a131a3aad3891.zip
Qt-2b6cf174153c6a680bac94eb666a131a3aad3891.tar.gz
Qt-2b6cf174153c6a680bac94eb666a131a3aad3891.tar.bz2
Introduce QPixmap::fromSymbianRSgImage(RSgImage*) to GL engine
Initial implementation of QPixmap::fromSymbianRSgImage(RSgImage*) on OpenGL graphics system. Task-number: QTBUG-15254 Reviewed-by: Laszlo Agocs
Diffstat (limited to 'src/opengl/qgl.cpp')
-rw-r--r--src/opengl/qgl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp
index 4fee886..161e099 100644
--- a/src/opengl/qgl.cpp
+++ b/src/opengl/qgl.cpp
@@ -5920,6 +5920,7 @@ void QGLTexture::freeTexture()
}
id = 0;
+ boundPixmap = 0;
boundKey = 0;
}
#endif