summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-05-22 10:45:00 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-05-26 18:48:24 +0200
commit2d9f7633bfe73e48a4bb0fddf9d928176261c931 (patch)
treeb67392722afcff1c0a0034f5da4dcbae8a8cce88 /src/widgets
parent966e2561162847394d2adea5c74eb85ad1decaaf (diff)
Doc: use [since] tag for enum values added in Qt 6.6
Remove the manual "This enum value has been introduced..." text. Doing that only for 6.6 to avoid unnecessary cherry-pick conflicts and general code churn. Change-Id: I89a6fd313582fd0c5d6209608a3740f19f91bd01 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/styles/qstyleoption.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widgets/styles/qstyleoption.cpp b/src/widgets/styles/qstyleoption.cpp
index 73164918bb..8afd3fe362 100644
--- a/src/widgets/styles/qstyleoption.cpp
+++ b/src/widgets/styles/qstyleoption.cpp
@@ -1314,8 +1314,7 @@ QStyleOptionTab::QStyleOptionTab(int version)
\value Middle The tab is neither the first nor the last tab in the tab bar.
\value End The tab is the last tab in the tab bar.
\value OnlyOneTab The tab is both the first and the last tab in the tab bar.
- \value Moving The tab is moving by mouse drag or animation.
- This enum value was added in Qt 6.6.
+ \value [since 6.6] Moving The tab is moving by mouse drag or animation.
\sa position
*/