summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-01-21 08:08:29 +0100
committerPaul Wicking <paul.wicking@qt.io>2020-01-30 11:42:57 +0100
commitf24b247961e8a3d22ae385c3e29b7df2fd50b032 (patch)
treeb616a435513916f419635986251bd59f50364fb8 /src/corelib/global
parent5d82cbcfc30a01b489bdaa18a8ed9395b69212c7 (diff)
Doc: Add since version to enum value documentation
Fixes: QTBUG-80980 Change-Id: I707c4f45d45cb088fb7419038a448d29a2e8dbf5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qnamespace.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 1908fedead..31e1bcc0da 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -1181,6 +1181,7 @@
\value WA_StyleSheetTarget Indicates that the widget appearance was modified
by a \l{Qt Style Sheets}{style sheet}. WA_StyleSheet will also be set.
+ This value was introduced in Qt 5.12.
\value WA_TabletTracking Indicates that the widget has tablet
tracking enabled. See QWidget::tabletTracking.