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>
bb10
Lars Knoll 2014-12-10 13:50:09 +01:00
parent 84569773db
commit 384558d78a
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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