summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-09-10 16:37:43 +0200
committerLaszlo Agocs <laszlo.agocs@digia.com>2014-09-10 21:43:13 +0200
commit92404c9cdb195b0ce161b6d096711def9162745d (patch)
tree73c515e6a2405209d982689c193e609f59a8eac6 /src/opengl/qgl.cpp
parentc17563eca879845deef542173f5fb479c9aa2d0e (diff)
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 <lars.knoll@digia.com>
Diffstat (limited to 'src/opengl/qgl.cpp')
-rw-r--r--src/opengl/qgl.cpp3
1 files changed, 3 insertions, 0 deletions
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.