summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_qpa.cpp
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2012-12-12 16:56:53 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 00:07:20 +0100
commite262f221aa706146b4c1349dc0ced3ea59108e18 (patch)
tree0958c186d264c5e72ef8e43fc8df7f1f76e4d806 /src/opengl/qgl_qpa.cpp
parent76ce3e6419f9b816359c0995ac7f1828e9291d7e (diff)
Docs: Fix references
Change-Id: I48173186afb874d307010f4f303d0e4f97ec0287 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/opengl/qgl_qpa.cpp')
-rw-r--r--src/opengl/qgl_qpa.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opengl/qgl_qpa.cpp b/src/opengl/qgl_qpa.cpp
index 0e8b8abb4f..88736ecdb7 100644
--- a/src/opengl/qgl_qpa.cpp
+++ b/src/opengl/qgl_qpa.cpp
@@ -421,7 +421,8 @@ QOpenGLContext *QGLContext::contextHandle() const
}
/*!
- Returns a OpenGL context for the window context specified by \a windowContext
+ Returns a OpenGL context for the window context specified by the \a context
+ parameter.
*/
QGLContext *QGLContext::fromOpenGLContext(QOpenGLContext *context)
{