summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-05 13:38:20 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-06 11:20:58 +0200
commit500ce08b3ccb2db0913d4aa570031c244759805d (patch)
tree15a6ce2c052340260a6c830812a254a1f0f54f0b /src/corelib/global/qnamespace.qdoc
parent31a2398e1d594bca3c6cc045475ec9b9a209bc05 (diff)
macOS: Remove WA_MacVariableSize widget attribute
It was used for the deprecated HI-based theming, removed in 50428e97270ad7c87439af599dce33b697c8cc44. Change-Id: Ic0c216c2c056de81c85bcb1e724c0b8ecb8ac7ec Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 5f0755efa7..c81608ab4d 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -1011,10 +1011,6 @@
size for widgets in \macos. This attribute is only applicable to
\macos.
- \value WA_MacVariableSize Indicates the widget can choose between
- alternative sizes for widgets to avoid clipping.
- This attribute is only applicable to \macos.
-
\value WA_Mapped Indicates that the widget is mapped on screen.
This is set/cleared by the Qt kernel.