From ffe80b72367083348abffabef3c565e8f10c4865 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Mon, 18 Oct 2021 15:35:51 +0200 Subject: Document PinchHandler's active property as read-only The property is declared in QQuickPointerHandler, and it has no setter. Change-Id: Ica97ae3fb47d41755d722ce5597362d9b8e56ad4 Pick-to: 6.2 Reviewed-by: Shawn Rutledge --- src/quick/handlers/qquickpinchhandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/quick/handlers/qquickpinchhandler.cpp b/src/quick/handlers/qquickpinchhandler.cpp index bdacc6f46d..f78dc58c50 100644 --- a/src/quick/handlers/qquickpinchhandler.cpp +++ b/src/quick/handlers/qquickpinchhandler.cpp @@ -217,6 +217,7 @@ bool QQuickPinchHandler::wantsPointerEvent(QPointerEvent *event) */ /*! + \readonly \qmlproperty bool QtQuick::PinchHandler::active This property is \c true when all the constraints (epecially -- cgit v1.2.3