From 49c8a285639ff6bacc50ce2b2217b411a50f4cc3 Mon Sep 17 00:00:00 2001 From: Kim Motoyoshi Kalland Date: Thu, 30 Aug 2012 13:51:51 +0200 Subject: [PATCH] Doc: Fix wording in \brief section. Change-Id: I60748a681cce6bd61805376b2a2cd38d2020e68e Reviewed-by: aavit --- src/gui/kernel/qopenglcontext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/kernel/qopenglcontext.cpp b/src/gui/kernel/qopenglcontext.cpp index 6c2a46d..aa1b92e 100644 --- a/src/gui/kernel/qopenglcontext.cpp +++ b/src/gui/kernel/qopenglcontext.cpp @@ -80,7 +80,7 @@ QMutex QOpenGLContextPrivate::makeCurrentTrackerMutex; \class QOpenGLContext \inmodule QtGui \since 5.0 - \brief The QOpenGLContext represents a native OpenGL context, enabling + \brief The QOpenGLContext class represents a native OpenGL context, enabling OpenGL rendering on a QSurface. QOpenGLContext represents the OpenGL state of an underlying OpenGL context. @@ -694,7 +694,7 @@ void QOpenGLContext::deleteQGLContext() /*! \class QOpenGLContextGroup \since 5.0 - \brief The QOpenGLContextGroup represents a group of contexts sharing + \brief The QOpenGLContextGroup class represents a group of contexts sharing OpenGL resources. \inmodule QtGui -- 2.7.4