From 70ecdbd0a177346b3e8ed4d4e0a3ce3df96af800 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Tue, 9 May 2023 12:00:29 +0200 Subject: 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 --- src/compositor/compositor_api/qwaylandcompositor.cpp | 3 +-- 1 file changed, 1 insertion(+), 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) { -- cgit v1.2.3