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 <volker.hilsheimer@qt.io>
(cherry picked from commit 8d902def13)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Matthias Rauter 2023-04-20 10:33:41 +02:00 committed by Qt Cherry-pick Bot
parent 4c4a84bfb3
commit 7e86b72c5f
1 changed files with 1 additions and 1 deletions

View File

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