diff options
Diffstat (limited to 'src/gui/opengl/qopenglframebufferobject.cpp')
-rw-r--r-- | src/gui/opengl/qopenglframebufferobject.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/opengl/qopenglframebufferobject.cpp b/src/gui/opengl/qopenglframebufferobject.cpp index 2fc45fd2c9..b17942bb02 100644 --- a/src/gui/opengl/qopenglframebufferobject.cpp +++ b/src/gui/opengl/qopenglframebufferobject.cpp @@ -76,6 +76,7 @@ QT_BEGIN_NAMESPACE \class QOpenGLFramebufferObjectFormat \brief The QOpenGLFramebufferObjectFormat class specifies the format of an OpenGL framebuffer object. + \inmodule QtGui \since 5.0 @@ -645,6 +646,7 @@ void QOpenGLFramebufferObjectPrivate::initAttachments(QOpenGLContext *ctx, QOpen \class QOpenGLFramebufferObject \brief The QOpenGLFramebufferObject class encapsulates an OpenGL framebuffer object. \since 5.0 + \inmodule QtGui \ingroup painting-3D |