From 407ce5c0afd905b38a7d82980a76ed834fc971eb Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 27 Jan 2021 08:04:43 +0100 Subject: [PATCH] Doc: Fix CI warnings qtbase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4e5a2d3494b86008bde234447ef701ea2d6447f6 Reviewed-by: Topi Reiniƶ --- src/gui/doc/src/qt6-changes.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/doc/src/qt6-changes.qdoc b/src/gui/doc/src/qt6-changes.qdoc index 94073a3fb8..69f75b5b3a 100644 --- a/src/gui/doc/src/qt6-changes.qdoc +++ b/src/gui/doc/src/qt6-changes.qdoc @@ -127,8 +127,8 @@ On Windows, ANGLE, a third-party OpenGL ES to Direct 3D translator, is no longer included in Qt. This means Qt::AA_UseOpenGLES and the environment - variable \c{QT_OPENGL=angle} no longer have any effect. In \l{Qt for Windows - - Requirements}{dynamic OpenGL builds} there is no automatic fallback to ANGLE in + variable \c{QT_OPENGL=angle} no longer have any effect. + In \l{Dynamically Loading OpenGL}{dynamic OpenGL builds} there is no automatic fallback to ANGLE in case OpenGL proper fails to initialize. For QWindow or QWidget based applications using OpenGL directly, for example via QOpenGLWidget, this means that OpenGL proper is the only option at run time. However, the alternative of