summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-05-13 11:01:08 +0200
committerKai Köhne <kai.koehne@qt.io>2022-05-13 17:13:46 +0200
commitc5183b497e6652787e84b57f0443cf8b4f6e48c4 (patch)
tree1a92afd925614ce3c77ef29027514d76968240e7
parent3116eddb680c80180e661f2b9442fb962152fe92 (diff)
Fix versioning of PixelScroll
\since will mark the whole enum as new in 6.2 Amends 673ed80fa42a77c Pick-to: 6.2 6.3 Change-Id: I88bd73d3bf8b0da355e3200b7a9b67fc141a2b93 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
-rw-r--r--src/gui/kernel/qinputdevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qinputdevice.cpp b/src/gui/kernel/qinputdevice.cpp
index d903e80ad7..4327c363f6 100644
--- a/src/gui/kernel/qinputdevice.cpp
+++ b/src/gui/kernel/qinputdevice.cpp
@@ -103,7 +103,7 @@ using namespace Qt::StringLiterals;
\value Scroll
Indicates that the device has a scroll capability.
- \value PixelScroll \since 6.2
+ \value [since 6.2] PixelScroll
Indicates that the device (usually a
\l {QInputDevice::DeviceType::TouchPad}{touchpad})
scrolls with \l {QWheelEvent::pixelDelta()}{pixel precision}.