summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2014-07-03 09:07:23 +0200
committerLiang Qi <liang.qi@digia.com>2014-07-03 20:01:26 +0200
commit88a47439d127fa31280542373f08fcb019331222 (patch)
treeffb02a39a557f0c3aa35f4d500f9970f7d198ec7 /src/gui
parent5b4c996f3643d3805080cd3eabba97295348ecb7 (diff)
Doc: fix a link in QAbstractOpenGLFunctions documentation
Change-Id: Icc0109de22de756f7e4b3e888b0ee28a9b9c04d5 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/opengl/qopenglversionfunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/opengl/qopenglversionfunctions.cpp b/src/gui/opengl/qopenglversionfunctions.cpp
index 5df7463e8a..5949eb6391 100644
--- a/src/gui/opengl/qopenglversionfunctions.cpp
+++ b/src/gui/opengl/qopenglversionfunctions.cpp
@@ -160,7 +160,7 @@ void QAbstractOpenGLFunctionsPrivate::removeFunctionsBackend(QOpenGLContext *con
A pointer to an object of the class corresponding to the version and
profile of OpenGL in use can be obtained from
- QOpenGLFunctions::versionFunctions(). If obtained in this way, note that
+ QOpenGLContext::versionFunctions(). If obtained in this way, note that
the QOpenGLContext retains ownership of the object. This is so that only
one instance need be created.