aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpinchhandler.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <[email protected]>2023-03-01 15:07:27 +0100
committerQt Cherry-pick Bot <[email protected]>2023-03-02 04:49:53 +0000
commit6d87537f30909a8bc27dd5b4f4ecc6d152bcb515 (patch)
treeacea5674f8f9cdbb0614458e472187b4378efa53 /src/quick/handlers/qquickpinchhandler.cpp
parent2638cb568b8c0cc707dfdd9a3e184484c834cad9 (diff)
doc: remove docs for PinchHandler.acceptedButtons
Mouse buttons are irrelevant to PinchHandler, of course. Change-Id: Idfe65d3408ff3a33314979174a886f3e51f2eb7b Reviewed-by: Shawn Rutledge <[email protected]> (cherry picked from commit 69fa61a11f4689246e8d5ce8edfbeae41dfa08b2) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
Diffstat (limited to 'src/quick/handlers/qquickpinchhandler.cpp')
-rw-r--r--src/quick/handlers/qquickpinchhandler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/quick/handlers/qquickpinchhandler.cpp b/src/quick/handlers/qquickpinchhandler.cpp
index 5f106fc047..4a2cbb9a80 100644
--- a/src/quick/handlers/qquickpinchhandler.cpp
+++ b/src/quick/handlers/qquickpinchhandler.cpp
@@ -732,6 +732,13 @@ QPointF QQuickPinchHandler::startPos()
}
/*!
+ \internal
+ \qmlproperty flags QtQuick::PinchHandler::acceptedButtons
+
+ This property is not used in PinchHandler.
+*/
+
+/*!
\readonly
\qmlproperty QtQuick::handlerPoint QtQuick::PinchHandler::centroid