summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-11-28 16:57:42 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 20:44:41 +0100
commita4dec60207908573fde857ed6639af7b5a962908 (patch)
tree671912833b0848be299bcc59b2a104f82f34b8ad /src/opengl/qgl.cpp
parent5e12f9e7b37fc3b8682fcf3d20a6823b22449e09 (diff)
Remove legacy classes from "Painting in 3D" list.
Change-Id: I099dd940145629a67266d02bde7217ea9fbc9372 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src/opengl/qgl.cpp')
-rw-r--r--src/opengl/qgl.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp
index f5c84a4e07..c94c8f550e 100644
--- a/src/opengl/qgl.cpp
+++ b/src/opengl/qgl.cpp
@@ -115,8 +115,6 @@ QGLSignalProxy *QGLSignalProxy::instance()
\brief The QGL namespace specifies miscellaneous identifiers used
in the Qt OpenGL module.
-
- \ingroup painting-3D
*/
/*!
@@ -167,8 +165,6 @@ QGLSignalProxy *QGLSignalProxy::instance()
\brief The QGLFormat class specifies the display format of an OpenGL
rendering context.
- \ingroup painting-3D
-
A display format has several characteristics:
\list
\li \l{setDoubleBuffer()}{Double or single buffering.}
@@ -1815,8 +1811,6 @@ struct DDSFormat {
\brief The QGLContext class encapsulates an OpenGL rendering context.
- \ingroup painting-3D
-
An OpenGL rendering context is a complete set of OpenGL state
variables. The rendering context's \l {QGL::FormatOption} {format}
is set in the constructor, but it can also be set later with
@@ -3242,8 +3236,6 @@ void QGLContextPrivate::setCurrentContext(QGLContext *context)
\brief The QGLWidget class is a widget for rendering OpenGL graphics.
- \ingroup painting-3D
-
QGLWidget provides functionality for displaying OpenGL graphics
integrated into a Qt application. It is very simple to use. You
inherit from it and use the subclass like any other QWidget,