From 92404c9cdb195b0ce161b6d096711def9162745d Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 10 Sep 2014 16:37:43 +0200 Subject: Mark the remaining QGL classes as obsolete Many of them are already marked. Do it for the rest (QGLWidget et al). Change-Id: I506d72ad20f8ef39981dbeee0df49229bcf748a7 Reviewed-by: Lars Knoll --- src/opengl/qgl.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/opengl') diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp index d2c017fcac..485475d6a3 100644 --- a/src/opengl/qgl.cpp +++ b/src/opengl/qgl.cpp @@ -229,6 +229,7 @@ QGLSignalProxy *QGLSignalProxy::instance() /*! \class QGLFormat \inmodule QtOpenGL + \obsolete \brief The QGLFormat class specifies the display format of an OpenGL rendering context. @@ -2006,6 +2007,7 @@ struct DDSFormat { /*! \class QGLContext \inmodule QtOpenGL + \obsolete \brief The QGLContext class encapsulates an OpenGL rendering context. @@ -3602,6 +3604,7 @@ void QGLContext::doneCurrent() /*! \class QGLWidget \inmodule QtOpenGL + \obsolete \brief The QGLWidget class is a widget for rendering OpenGL graphics. -- cgit v1.2.3