From e13544f1868e38b97173abcf2790addacf3ae265 Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Fri, 5 Feb 2016 16:53:31 -0500 Subject: [PATCH] Doc: Fix grammar in QOpenGLContext::openGLModuleType() docs Change-Id: I4eb0361940bad8b0b0726fc3a584062d297f3164 Reviewed-by: Gabriel de Dietrich --- src/gui/kernel/qopenglcontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/kernel/qopenglcontext.cpp b/src/gui/kernel/qopenglcontext.cpp index 94dc6c80a0..beac072b3c 100644 --- a/src/gui/kernel/qopenglcontext.cpp +++ b/src/gui/kernel/qopenglcontext.cpp @@ -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.