From 0de5ab3fa972901bb3f2c3d4d102b52fee77e28e Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 3 Sep 2021 22:57:10 +0200 Subject: doc: Deprecate MouseEvent.source in QML QMouseEvent: :source() was deprecated already in 6.0. Change-Id: I666210bf5fc892349c13cc5bc15f3755948e6007 Reviewed-by: Volker Hilsheimer (cherry picked from commit cefbdac27f1e0f855d2f4669f31475181604e363) Reviewed-by: Qt Cherry-pick Bot --- src/quick/items/qquickevents.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/quick/items/qquickevents.cpp b/src/quick/items/qquickevents.cpp index ba9082cc2a..1e69c1a0ae 100644 --- a/src/quick/items/qquickevents.cpp +++ b/src/quick/items/qquickevents.cpp @@ -289,6 +289,7 @@ bool QQuickKeyEvent::matches(QKeySequence::StandardKey matchKey) const /*! \qmlproperty int QtQuick::MouseEvent::source \since 5.7 + \deprecated [6.2] Use \l {Qt Quick Input Handlers}{input handlers} with \l {PointerDeviceHandler::acceptedDevices}{acceptedDevices} set. This property holds the source of the mouse event. -- cgit v1.2.3