From 03d81b0100af4bb9d44a9fa9de55bb4e9e6a0f5d Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Tue, 8 May 2012 10:28:29 +0200 Subject: Doc: Modularize QtOpenGL documentation. This change moves the snippets to the modularized directories. Change-Id: Ifcf22fa3f234681f851d1e7eed5fe44e2e223ffd Reviewed-by: Marius Storm-Olsen --- src/opengl/qglpixelbuffer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/opengl/qglpixelbuffer.cpp') diff --git a/src/opengl/qglpixelbuffer.cpp b/src/opengl/qglpixelbuffer.cpp index bccac7e9a0..ca7568d78e 100644 --- a/src/opengl/qglpixelbuffer.cpp +++ b/src/opengl/qglpixelbuffer.cpp @@ -257,7 +257,7 @@ bool QGLPixelBuffer::doneCurrent() Example: - \snippet doc/src/snippets/code/src_opengl_qglpixelbuffer.cpp 0 + \snippet code/src_opengl_qglpixelbuffer.cpp 0 \warning This function uses the \c {render_texture} extension, which is currently not supported under X11. An alternative that @@ -292,7 +292,7 @@ bool QGLPixelBuffer::doneCurrent() Example: - \snippet doc/src/snippets/code/src_opengl_qglpixelbuffer.cpp 1 + \snippet code/src_opengl_qglpixelbuffer.cpp 1 An alternative on Windows and Mac OS X systems that support the \c render_texture extension is to use bindToDynamicTexture() to -- cgit v1.2.3