Add missing documentation for QWaylandApplication::seat()

Documentation for the other functions refer to seat(), but that itself
isn't documented

Change-Id: I9a628e87153b687b2fa444798de1af74e6251eee
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit 255f6b67b879f56560100e655f9ba25493a0ffe9)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Nicolas Fella 2023-10-16 15:29:53 +02:00 committed by Qt Cherry-pick Bot
parent 58187aa14f
commit e8f931f2dc

View File

@ -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);