Fix versioning of PixelScroll
\since will mark the whole enum as new in 6.2
Amends 673ed80fa4
Pick-to: 6.2 6.3
Change-Id: I88bd73d3bf8b0da355e3200b7a9b67fc141a2b93
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
3116eddb68
commit
c5183b497e
@ -103,7 +103,7 @@ using namespace Qt::StringLiterals;
|
|||||||
\value Scroll
|
\value Scroll
|
||||||
Indicates that the device has a scroll capability.
|
Indicates that the device has a scroll capability.
|
||||||
|
|
||||||
\value PixelScroll \since 6.2
|
\value [since 6.2] PixelScroll
|
||||||
Indicates that the device (usually a
|
Indicates that the device (usually a
|
||||||
\l {QInputDevice::DeviceType::TouchPad}{touchpad})
|
\l {QInputDevice::DeviceType::TouchPad}{touchpad})
|
||||||
scrolls with \l {QWheelEvent::pixelDelta()}{pixel precision}.
|
scrolls with \l {QWheelEvent::pixelDelta()}{pixel precision}.
|
||||||
|
Loading…
Reference in New Issue
Block a user