summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-01-04 04:08:37 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-01-04 22:18:48 (GMT)
commit619392c059326c11c24c1092ab62dd091114a0ab (patch)
tree5e239e2660b8bc13ea509d3fc154b9930b82b059 /src/opengl/qgl.h
parentf019f3cf807e3c804bba3ef5598ea69adbb39e8b (diff)
downloadQt-619392c059326c11c24c1092ab62dd091114a0ab.zip
Qt-619392c059326c11c24c1092ab62dd091114a0ab.tar.gz
Qt-619392c059326c11c24c1092ab62dd091114a0ab.tar.bz2
Remove QGLShareRegister and transfer its functionality to QGLContextGroup
Task-number: QT-2600 Reviewed-by: Samuel
Diffstat (limited to 'src/opengl/qgl.h')
-rw-r--r--src/opengl/qgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h
index b6cd128..932ea7e 100644
--- a/src/opengl/qgl.h
+++ b/src/opengl/qgl.h
@@ -398,7 +398,7 @@ private:
friend class QGLPixmapData;
friend class QGLPixmapFilterBase;
friend class QGLTextureGlyphCache;
- friend class QGLShareRegister;
+ friend class QGLContextGroup;
friend class QGLSharedResourceGuard;
friend class QGLPixmapBlurFilter;
friend QGLFormat::OpenGLVersionFlags QGLFormat::openGLVersionFlags();