From 7e86b72c5f0a766803a4e0b9ffca80d52cfba97a Mon Sep 17 00:00:00 2001 From: Matthias Rauter Date: Thu, 20 Apr 2023 10:33:41 +0200 Subject: [PATCH] Remove reference to QQuickPointerScrollEvent in documentation It does not exist in Qt6 and was apparently replaced by WheelEvent. Change-Id: I6b833e664d8e5e5d6e2bd23ed90695d43073decd Reviewed-by: Volker Hilsheimer (cherry picked from commit 8d902def13024422ec6a63b63a2449c6fb94d376) Reviewed-by: Qt Cherry-pick Bot --- src/quick/handlers/qquickwheelhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quick/handlers/qquickwheelhandler.cpp b/src/quick/handlers/qquickwheelhandler.cpp index 925e481244..b7a42904c6 100644 --- a/src/quick/handlers/qquickwheelhandler.cpp +++ b/src/quick/handlers/qquickwheelhandler.cpp @@ -84,7 +84,7 @@ void QQuickWheelHandler::setOrientation(Qt::Orientation orientation) \qmlproperty bool QtQuick::WheelHandler::invertible Whether or not to reverse the direction of property change if - QQuickPointerScrollEvent::inverted is true. The default is \c true. + \l QWheelEvent::inverted is \c true. The default is \c true. If the operating system has a "natural scrolling" setting that causes scrolling to be in the same direction as the finger movement, then if this