From 255f6b67b879f56560100e655f9ba25493a0ffe9 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 16 Oct 2023 15:29:53 +0200 Subject: 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 Pick-to: 6.6 Change-Id: I9a628e87153b687b2fa444798de1af74e6251eee Reviewed-by: Tor Arne Vestbø --- src/gui/platform/unix/qunixnativeinterface.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/platform/unix/qunixnativeinterface.cpp') 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); -- cgit v1.2.3