From 0b0746355c4e120bed4980c07476a1ccb949a951 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Thu, 23 Oct 2014 13:01:36 +0200 Subject: [PATCH] Fix software OpenGL DLL name in the enum docs Change-Id: I85c664914a391002afbda0fe203c90397b0bb5c2 Reviewed-by: Kai Koehne Reviewed-by: Friedemann Kleint --- src/corelib/global/qnamespace.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index bf558e48f60..0d4a0bcedf5 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -182,7 +182,7 @@ \l{http://www.mesa3d.org/llvmpipe.html}{Mesa llvmpipe}, providing OpenGL 2.1. The value may have no effect if no such OpenGL implementation is available. The default name of this library is - QtSoftwareOpenGL.dll and can be overridden by setting the environment + opengl32sw.dll and can be overridden by setting the environment variable \e QT_OPENGL_DLL. See the platform-specific pages, for instance \l{Qt for Windows}, for more information. This value has been added in Qt 5.4.