summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-05-09 12:00:29 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-05-25 05:52:09 +0000
commit006b2c40d9f4da617bf299257a50c9401798f0f2 (patch)
treefe58dce45f9192c9d9ed6b70205ae10e9e958612
parent8502ee9d20015b6fb4dfd6daa8768812f222a924 (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. Change-Id: Ib5f955eb586c7c920e46da2e58e5415cd8a1379b Reviewed-by: Inho Lee <inho.lee@qt.io> (cherry picked from commit 70ecdbd0a177346b3e8ed4d4e0a3ce3df96af800) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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)
{