summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglpixelbuffer.cpp
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2012-09-14 10:47:57 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-14 11:46:39 +0200
commitd086c2abafdd0dde1a2b05635cb3c3db26ab8969 (patch)
tree1697359679bff4f582df19311859dd98bc5dbc1d /src/opengl/qglpixelbuffer.cpp
parent6a15a784f494ffa19eb08bad72328302f61c3499 (diff)
Documented QtOpenGL classes that have better replacements as obsolete.
These have new replacements in QtGui since Qt 5.0. Change-Id: I20e8fdd4e9c14d8c626eda3072217af1858bf492 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/opengl/qglpixelbuffer.cpp')
-rw-r--r--src/opengl/qglpixelbuffer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/opengl/qglpixelbuffer.cpp b/src/opengl/qglpixelbuffer.cpp
index ca7568d78e..f9c841af3a 100644
--- a/src/opengl/qglpixelbuffer.cpp
+++ b/src/opengl/qglpixelbuffer.cpp
@@ -43,6 +43,7 @@
\class QGLPixelBuffer
\brief The QGLPixelBuffer class encapsulates an OpenGL pbuffer.
\since 4.1
+ \obsolete
\ingroup painting-3D
@@ -76,6 +77,8 @@
\endlist
+ \note This class has been deprecated, use QOpenGLFramebufferObject
+ for offscreen rendering.
\section1 Threading