summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}.