summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglframebufferobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qglframebufferobject.cpp')
-rw-r--r--src/opengl/qglframebufferobject.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/opengl/qglframebufferobject.cpp b/src/opengl/qglframebufferobject.cpp
index 0359de8fa9..cc950e7cc3 100644
--- a/src/opengl/qglframebufferobject.cpp
+++ b/src/opengl/qglframebufferobject.cpp
@@ -108,6 +108,7 @@ extern QImage qt_gl_read_framebuffer(const QSize&, bool, bool);
framebuffer object.
\since 4.6
+ \obsolete
\ingroup painting-3D
@@ -124,6 +125,8 @@ extern QImage qt_gl_read_framebuffer(const QSize&, bool, bool);
after creating a QGLFramebufferObject to find the exact format that was
used to create the frame buffer object.
+ \note This class has been deprecated in favor of QOpenGLFramebufferObject.
+
\sa QGLFramebufferObject
*/