summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-05-09 12:00:29 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-05-25 07:19:04 +0200
commit70ecdbd0a177346b3e8ed4d4e0a3ce3df96af800 (patch)
tree58c32d35a5867e368ff3c924c940bd99f38f81ef
parent55dea2fec0342695e938668c60e84893f5daf779 (diff)
Don't refer to private APIs in public docs
This was added in 00b9c558886945bd9b37671732d14e3982fe3da5 and by using private APIs it is indeed possible to delegate input events to specific seats. But having this as part of the public documentation implies it is supported and users will expect examples etc. on how. Pick-to: 6.2 6.5 Change-Id: Ib5f955eb586c7c920e46da2e58e5415cd8a1379b Reviewed-by: Inho Lee <inho.lee@qt.io>
-rw-r--r--src/compositor/compositor_api/qwaylandcompositor.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compositor/compositor_api/qwaylandcompositor.cpp b/src/compositor/compositor_api/qwaylandcompositor.cpp
index 6cb7dfa0f..cdc17769b 100644
--- a/src/compositor/compositor_api/qwaylandcompositor.cpp
+++ b/src/compositor/compositor_api/qwaylandcompositor.cpp
@@ -939,8 +939,7 @@ QWaylandSeat *QWaylandCompositor::defaultSeat() const
/*!
* Select the seat for a given input event \a inputEvent.
- * Currently, Qt only supports a single seat, but you can reimplement
- * QWaylandCompositorPrivate::seatFor for a custom seat selection.
+ * Currently, Qt only supports a single seat.
*/
QWaylandSeat *QWaylandCompositor::seatFor(QInputEvent *inputEvent)
{