diff options
| author | Shawn Rutledge <shawn.rutledge@qt.io> | 2022-08-16 09:43:51 +0200 |
|---|---|---|
| committer | Shawn Rutledge <shawn.rutledge@qt.io> | 2022-08-16 13:19:09 +0200 |
| commit | c2d92c241274f9abdcb24637f9838210f191e8ed (patch) | |
| tree | 2475b8084be653b31f79f5d0510cf628554280cf /src/quick/handlers/qquickpointerhandler.cpp | |
| parent | 1091322275cdb7de490c6c4f7c73cbe237a3ec52 (diff) | |
doc: Add missing PointerHandler.CanTakeOverFromItems enum value
Amends 0a3eec60cab3c453b378ee45ac335e0dc2951f4b
Pick-to: 6.2 6.3 6.4 5.15
Change-Id: Iae9d1b2b68dc48a52adf0438a09af8e53f5527f1
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickpointerhandler.cpp')
| -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 018a09fcc2..96270cafef 100644 --- a/src/quick/handlers/qquickpointerhandler.cpp +++ b/src/quick/handlers/qquickpointerhandler.cpp @@ -401,6 +401,8 @@ bool QQuickPointerHandler::approveGrabTransition(QPointerEvent *event, const QEv 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 |
