diff options
author | Nicolas Fella <[email protected]> | 2023-10-16 15:29:53 +0200 |
---|---|---|
committer | Nicolas Fella <[email protected]> | 2023-10-18 16:18:26 +0200 |
commit | 255f6b67b879f56560100e655f9ba25493a0ffe9 (patch) | |
tree | 0081d33521cd2c2377eb788a534128f060344464 /src/gui/platform/unix/qunixnativeinterface.cpp | |
parent | 2e69cb81323e2f9e2fafbf06aed01e9282b54cb1 (diff) |
Add missing documentation for QWaylandApplication::seat()
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ø <[email protected]>
Diffstat (limited to 'src/gui/platform/unix/qunixnativeinterface.cpp')
-rw-r--r-- | src/gui/platform/unix/qunixnativeinterface.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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); |