Skip to content
Snippets Groups Projects
Commit 625f257e authored by Johan Klokkhammer Helsing's avatar Johan Klokkhammer Helsing Committed by Liang Qi
Browse files

Fix incorrect documentation for QWaylandInputDevice


A QWaylandInputDevice is not actually an input device, but a group of
keyboards, pointer and touch devices.

Change-Id: Ib22f8cc71670cf83c70798d9eb24d48a04398b22
Reviewed-by: default avatarVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>
parent 8dddf4ff
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ QWaylandKeymap::QWaylandKeymap(const QString &layout, const QString &variant, co
* \class QWaylandInputDevice
* \inmodule QtWaylandCompositor
* \preliminary
* \brief The QWaylandInputDevice class represents an input device such as a keyboard, mouse, and touch input.
* \brief The QWaylandInputDevice class provides access to keyboard, mouse, and touch input.
*
* The QWaylandInputDevice 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment