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:
Kai Köhne 2022-05-13 11:01:08 +02:00
parent 3116eddb68
commit c5183b497e

View File

@ -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}.