From 5dd7edb860efb1ebfc573ce3f3391e49d7a0eaad Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Tue, 26 Sep 2017 11:22:18 +0200 Subject: Add QML documentation for WaylandSeat Change-Id: I71f6714f2ac4d92baedd89246d57f20c159bda1b Reviewed-by: Venugopal Shivashankar --- src/compositor/compositor_api/qwaylandseat.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/compositor/compositor_api/qwaylandseat.cpp') diff --git a/src/compositor/compositor_api/qwaylandseat.cpp b/src/compositor/compositor_api/qwaylandseat.cpp index 60a9c60d2..80b75d617 100644 --- a/src/compositor/compositor_api/qwaylandseat.cpp +++ b/src/compositor/compositor_api/qwaylandseat.cpp @@ -153,6 +153,17 @@ void QWaylandSeatPrivate::seat_get_touch(wl_seat::Resource *resource, uint32_t i } } +/*! + * \qmltype WaylandSeat + * \inqmlmodule QtWayland.Compositor + * \since 5.8 + * \brief Provides access to keyboard, mouse, and touch input. + * + * The WaylandSeat type provides access to different types of user input and maintains + * a keyboard focus and a mouse pointer. It corresponds to the wl_seat interface in the Wayland + * protocol. + */ + /*! * \class QWaylandSeat * \inmodule QtWaylandCompositor -- cgit v1.2.3