summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-01-20 16:55:35 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-01-21 00:48:23 +0100
commit5e155be5508200c4512409853edf592ae0f69b74 (patch)
tree120fb17d3d398e08d2f504823da5d89f444d1de2 /src
parentb31c4e38dc7015663825ee46d124a8759388d67f (diff)
Fix version in which SH_Table_AlwaysDrawLeftTopGridLines was added
Since it shows up as a new enum value in the 6.3 header review, it's reasonable to assume that it was added for 6.3. Pick-to: 6.3 Change-Id: If766ef56f3354644fbda09088514e55b28a44f32 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/styles/qstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/styles/qstyle.cpp b/src/widgets/styles/qstyle.cpp
index 59932c80d1..9301141c07 100644
--- a/src/widgets/styles/qstyle.cpp
+++ b/src/widgets/styles/qstyle.cpp
@@ -2018,7 +2018,7 @@ void QStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment,
\value SH_Table_AlwaysDrawLeftTopGridLines
Determines if the far left and top grid lines are drawn in a table or
not when the header is hidden. Defaults to false.
- This enum value has been introduced in Qt 6.2.
+ This enum value has been introduced in Qt 6.3.
\sa styleHint()
*/