From e8f931f2dc9edeb2c20bf3321c245daa45b9a691 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 16 Oct 2023 15:29:53 +0200 Subject: [PATCH] Add missing documentation for QWaylandApplication::seat() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documentation for the other functions refer to seat(), but that itself isn't documented Change-Id: I9a628e87153b687b2fa444798de1af74e6251eee Reviewed-by: Tor Arne Vestbø (cherry picked from commit 255f6b67b879f56560100e655f9ba25493a0ffe9) Reviewed-by: Qt Cherry-pick Bot --- src/gui/platform/unix/qunixnativeinterface.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/platform/unix/qunixnativeinterface.cpp b/src/gui/platform/unix/qunixnativeinterface.cpp index 1f891de0f50..4c70e974cb3 100644 --- a/src/gui/platform/unix/qunixnativeinterface.cpp +++ b/src/gui/platform/unix/qunixnativeinterface.cpp @@ -271,6 +271,10 @@ QT_DEFINE_PRIVATE_NATIVE_INTERFACE(QEvdevKeyMapper); \fn wl_seat *QNativeInterface::QWaylandApplication::lastInputSeat() const \return the seat on which the last input event happened. */ +/*! + \fn wl_seat *QNativeInterface::QWaylandApplication::seat() const + \return the seat associated with the default input device. +*/ QT_DEFINE_NATIVE_INTERFACE(QWaylandApplication);