Remove note saying Qt::AA_ShareOpenGLContexts must be set before qGuiApp

Amends 4a7ccb65f0065e878c5762db05eca9c5cd6731e5.

Change-Id: I597713df2832406336486b683df1b5dd2bceb850
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
Tor Arne Vestbø 2025-05-28 20:48:19 +02:00
parent e9dbdaa499
commit b490623b0c

View File

@ -195,8 +195,7 @@
\value AA_ShareOpenGLContexts Enables resource sharing between the OpenGL \value AA_ShareOpenGLContexts Enables resource sharing between the OpenGL
contexts used by classes like QOpenGLWidget and QQuickWidget. This contexts used by classes like QOpenGLWidget and QQuickWidget. This
allows sharing OpenGL resources, like textures, between QOpenGLWidget allows sharing OpenGL resources, like textures, between QOpenGLWidget
instances that belong to different top-level windows. This attribute instances that belong to different top-level windows.
must be set before QGuiApplication is constructed.
This value was added in Qt 5.4. This value was added in Qt 5.4.
\value AA_SetPalette Indicates whether a palette was explicitly set on the \value AA_SetPalette Indicates whether a palette was explicitly set on the