diff options
| author | Shawn Rutledge <shawn.rutledge@qt.io> | 2022-08-16 09:43:51 +0200 |
|---|---|---|
| committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2022-08-18 18:15:16 +0000 |
| commit | 6af6258de22410ecb33a010a8b92d70a4e2a6f08 (patch) | |
| tree | 1698a83a1a0368b3cf8f746a756c5d222f4a653d /src | |
| parent | dc69a005755c4d4c1b3de6cd52321b543b49a1a1 (diff) | |
doc: Add missing PointerHandler.CanTakeOverFromItems enum value
Amends 0a3eec60cab3c453b378ee45ac335e0dc2951f4b
Change-Id: Iae9d1b2b68dc48a52adf0438a09af8e53f5527f1
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
(cherry picked from commit c2d92c241274f9abdcb24637f9838210f191e8ed)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/quick/handlers/qquickpointerhandler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick/handlers/qquickpointerhandler.cpp b/src/quick/handlers/qquickpointerhandler.cpp index 9e9c2e8d6f..f57a2e5aa3 100644 --- a/src/quick/handlers/qquickpointerhandler.cpp +++ b/src/quick/handlers/qquickpointerhandler.cpp @@ -421,6 +421,8 @@ bool QQuickPointerHandler::approveGrabTransition(QQuickEventPoint *point, QObjec This handler can take the exclusive grab from another handler of the same class. \value PointerHandler.CanTakeOverFromHandlersOfDifferentType This handler can take the exclusive grab from any kind of handler. + \value PointerHandler.CanTakeOverFromItems + This handler can take the exclusive grab from any type of Item. \value PointerHandler.CanTakeOverFromAnything This handler can take the exclusive grab from any type of Item or Handler. \value PointerHandler.ApprovesTakeOverByHandlersOfSameType |
