diff options
Diffstat (limited to 'src/gui/opengl/qopenglfunctions.cpp')
| -rw-r--r-- | src/gui/opengl/qopenglfunctions.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/opengl/qopenglfunctions.cpp b/src/gui/opengl/qopenglfunctions.cpp index 17ac2493805..5e3537e47be 100644 --- a/src/gui/opengl/qopenglfunctions.cpp +++ b/src/gui/opengl/qopenglfunctions.cpp @@ -4469,7 +4469,7 @@ QT_OPENGL_IMPLEMENT(QOpenGLFunctionsPrivate, QT_OPENGL_FUNCTIONS) */ /*! - \fn void QOpenGLExtraFunctions::glBlendBarrier() + \fn void QOpenGLExtraFunctions::glBlendBarrier(void) Convenience function that calls glBlendBarrier(). @@ -4690,7 +4690,7 @@ QT_OPENGL_IMPLEMENT(QOpenGLFunctionsPrivate, QT_OPENGL_FUNCTIONS) */ /*! - \fn void QOpenGLExtraFunctions::glGetGraphicsResetStatus() + \fn void QOpenGLExtraFunctions::glGetGraphicsResetStatus(void) Convenience function that calls glGetGraphicsResetStatus(). @@ -4898,7 +4898,7 @@ QT_OPENGL_IMPLEMENT(QOpenGLFunctionsPrivate, QT_OPENGL_FUNCTIONS) */ /*! - \fn void QOpenGLExtraFunctions::glPopDebugGroup() + \fn void QOpenGLExtraFunctions::glPopDebugGroup(void) Convenience function that calls glPopDebugGroup(). |
