diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-01-04 04:08:37 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-01-04 22:18:48 (GMT) |
commit | 619392c059326c11c24c1092ab62dd091114a0ab (patch) | |
tree | 5e239e2660b8bc13ea509d3fc154b9930b82b059 /src/opengl/qgl_win.cpp | |
parent | f019f3cf807e3c804bba3ef5598ea69adbb39e8b (diff) | |
download | Qt-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_win.cpp')
-rw-r--r-- | src/opengl/qgl_win.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl_win.cpp b/src/opengl/qgl_win.cpp index 5b5820a..f80025d 100644 --- a/src/opengl/qgl_win.cpp +++ b/src/opengl/qgl_win.cpp @@ -1145,7 +1145,7 @@ void QGLContext::reset() delete d->cmap; d->cmap = 0; d->initDone = false; - qgl_share_reg()->removeShare(this); + QGLContextGroup::removeShare(this); } // |