diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-09-08 16:03:00 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-09-08 16:36:17 (GMT) |
commit | f6f099e33773e5739ef89681bc97a1a91ff168c8 (patch) | |
tree | a5278ef2151debe525b23700e04dd2f3cfd3b0c6 /src/opengl/qgl.h | |
parent | 31d8058a32a1d2d2d6bc1ba3d48f5a382d7b87a7 (diff) | |
download | Qt-f6f099e33773e5739ef89681bc97a1a91ff168c8.zip Qt-f6f099e33773e5739ef89681bc97a1a91ff168c8.tar.gz Qt-f6f099e33773e5739ef89681bc97a1a91ff168c8.tar.bz2 |
Cleanup of QGLPaintDevice before it goes in
This is the last patch in the QGLPaintDevice series. Although previous
patches have not been reviewed individually, Samuel's reviewed
QGLPaintDevice API and all the changes as the code stands with this
patch.
Reviewed-by: Samuel
Diffstat (limited to 'src/opengl/qgl.h')
-rw-r--r-- | src/opengl/qgl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h index ce50c58..151c7c4 100644 --- a/src/opengl/qgl.h +++ b/src/opengl/qgl.h @@ -385,7 +385,6 @@ private: friend class QGLPixelBuffer; friend class QGLPixelBufferPrivate; friend class QGLWidget; -// friend class QGLDrawable; friend class QGLWidgetPrivate; friend class QGLGlyphCache; friend class QOpenGLPaintEngine; |