Doc: Fix grammar in QOpenGLContext::openGLModuleType() docs

Change-Id: I4eb0361940bad8b0b0726fc3a584062d297f3164
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
This commit is contained in:
Andy Maloney 2016-02-05 16:53:31 -05:00
parent c4ecb81d6d
commit e13544f186

View File

@ -1216,7 +1216,7 @@ void *QOpenGLContext::openGLModuleHandle()
\note A desktop OpenGL implementation may be capable of creating
ES-compatible contexts too. Therefore in most cases it is more
appropriate to check QSurfaceFormat::renderableType() or using the
appropriate to check QSurfaceFormat::renderableType() or use
the convenience function isOpenGLES().
\note This function requires that the QGuiApplication instance is already created.