summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2012-12-10 15:35:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-14 13:06:53 +0100
commit5a8a1eb4afffd2e23f5392a21727713a334dbd3a (patch)
treed926d4df8d0cc24e62273b1708d681494e8c02ba /examples
parent5f348c4120fc2f5660f9279e054ac3dba8e3e0f4 (diff)
Entered hardcoded url workaround QTBUG-28500
Url for OpenGL Registry Url for Khronos OpenGL ES API Registry Change-Id: I682ddcedf1e06d589e5c44e364936c78fd9219a5 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/gui/doc/openglwindow.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gui/doc/openglwindow.qdoc b/examples/gui/doc/openglwindow.qdoc
index f5af944a31..d26fd477af 100644
--- a/examples/gui/doc/openglwindow.qdoc
+++ b/examples/gui/doc/openglwindow.qdoc
@@ -105,8 +105,8 @@
QOpenGLContext::functions(). QOpenGLFunctions gives access to all the
OpenGL ES 2.0 level OpenGL calls that are not already standard in both
OpenGL ES 2.0 and desktop OpenGL. For more information about the OpenGL and
- OpenGL ES APIs, refer to the official \l{OpenGL Registry} and
- \l{Khronos OpenGL ES API Registry}.
+ OpenGL ES APIs, refer to the official \l{http://www.opengl.org/registry/}{OpenGL Registry} and
+ \l {http://www.khronos.org/registry/gles/}{Khronos OpenGL ES API Registry}.
If animation has been enabled with OpenGLWindow::setAnimating(true), we
call renderLater() to put another update request on the event loop.