summaryrefslogtreecommitdiffstats
path: root/src/opengl/doc/src
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-12-10 13:50:09 +0100
committerLars Knoll <lars.knoll@digia.com>2014-12-18 09:48:37 +0100
commit384558d78a9a1bf1d8c8483036e32b616d7f275b (patch)
tree733cff76ed020d19b212a817653178554ac4d700 /src/opengl/doc/src
parent84569773db68408704193268bc42a200bb25a924 (diff)
Qt OpenGL is deprecated with 5.4. Show that in the docs as well
Change-Id: Idadf24d5331443d2c947a633029c7d4ea2305caf Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/opengl/doc/src')
-rw-r--r--src/opengl/doc/src/qtopengl-index.qdoc5
-rw-r--r--src/opengl/doc/src/qtopengl-module.qdoc5
2 files changed, 4 insertions, 6 deletions
diff --git a/src/opengl/doc/src/qtopengl-index.qdoc b/src/opengl/doc/src/qtopengl-index.qdoc
index ff946c6e4e..3ba5b396ab 100644
--- a/src/opengl/doc/src/qtopengl-index.qdoc
+++ b/src/opengl/doc/src/qtopengl-index.qdoc
@@ -31,9 +31,8 @@
\brief The Qt OpenGL module offers classes that make it easy to
use OpenGL in Qt applications.
- \warning Apart from the \l{QGLWidget} class, this module should not be used
- anymore for new code. Please use the corresponding OpenGL classes in
- \l{Qt Gui}.
+ \warning This module should not be used anymore for new code. Please
+ use the corresponding OpenGL classes in \l{Qt Gui}.
OpenGL is a standard API for rendering 3D graphics. OpenGL only
deals with 3D rendering and provides little or no support for GUI
diff --git a/src/opengl/doc/src/qtopengl-module.qdoc b/src/opengl/doc/src/qtopengl-module.qdoc
index 8619f04a97..aec68e44c0 100644
--- a/src/opengl/doc/src/qtopengl-module.qdoc
+++ b/src/opengl/doc/src/qtopengl-module.qdoc
@@ -34,9 +34,8 @@
\brief The Qt OpenGL module offers classes that make it easy to
use OpenGL in Qt applications.
- \warning Apart from the \l{QGLWidget} class, this module should not be used
- anymore for new code. Please use the corresponding OpenGL classes in
- \l{Qt Gui}.
+ \warning This module should not be used anymore for new code. Please
+ use the corresponding OpenGL classes in \l{Qt Gui}.
OpenGL is a standard API for rendering 3D graphics. OpenGL only
deals with 3D rendering and provides little or no support for GUI