diff options
author | Tor Arne Vestbø <[email protected]> | 2025-05-28 20:48:19 +0200 |
---|---|---|
committer | Tor Arne Vestbø <[email protected]> | 2025-05-31 01:16:26 +0200 |
commit | b490623b0c132dac890620ca92e1f6902e4dd47c (patch) | |
tree | 7cf9ead1f5d0bfc55f1cf01862d2c022b51feac0 | |
parent | e9dbdaa499c6d5b41d467400886d15824043ad57 (diff) |
Amends 4a7ccb65f0065e878c5762db05eca9c5cd6731e5.
Change-Id: I597713df2832406336486b683df1b5dd2bceb850
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 3 |
1 files changed, 1 insertions, 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 |