Restore QOpenGLVersionFunctionsFactory entry in changes docs

This used to be present in source-breaks.qdoc in qtdoc, but seems this
one note went missing when merging the content to other places.

Change-Id: Idfd165eb1c7616c595f7a6515cc98d8477671e09
Reviewed-by: Jerome Pasion <jerome.pasion@qt.io>
(cherry picked from commit 5b3cc25492c68e0eb8cfded9cbe0f6878233fff3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Laszlo Agocs 2020-11-27 12:55:57 +01:00 committed by Qt Cherry-pick Bot
parent 3872280315
commit 491f67dfa8

View File

@ -117,6 +117,12 @@
In addition, the class \l QOpenGLWidget has been moved to a new module, named In addition, the class \l QOpenGLWidget has been moved to a new module, named
Qt OpenGL Widgets. Qt OpenGL Widgets.
\section2 QOpenGLContext
The QOpenGLContext::versionFunctions() function is replaced by
QOpenGLVersionFunctionsFactory::get(). QOpenGLVersionFunctionsFactory is a public
class now, part of the \l{Qt OpenGL} module.
\section2 ANGLE \section2 ANGLE
On Windows, ANGLE, a third-party OpenGL ES to Direct 3D translator, is no On Windows, ANGLE, a third-party OpenGL ES to Direct 3D translator, is no