From b490623b0c132dac890620ca92e1f6902e4dd47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 28 May 2025 20:48:19 +0200 Subject: [PATCH] Remove note saying Qt::AA_ShareOpenGLContexts must be set before qGuiApp Amends 4a7ccb65f0065e878c5762db05eca9c5cd6731e5. Change-Id: I597713df2832406336486b683df1b5dd2bceb850 Reviewed-by: Allan Sandfeld Jensen --- src/corelib/global/qnamespace.qdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index cfc47324734..512ce50ba4a 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -195,8 +195,7 @@ \value AA_ShareOpenGLContexts Enables resource sharing between the OpenGL contexts used by classes like QOpenGLWidget and QQuickWidget. This allows sharing OpenGL resources, like textures, between QOpenGLWidget - instances that belong to different top-level windows. This attribute - must be set before QGuiApplication is constructed. + instances that belong to different top-level windows. This value was added in Qt 5.4. \value AA_SetPalette Indicates whether a palette was explicitly set on the