summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/compositor_api/qwaylandclient.cpp')
-rw-r--r--src/compositor/compositor_api/qwaylandclient.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/compositor/compositor_api/qwaylandclient.cpp b/src/compositor/compositor_api/qwaylandclient.cpp
index 0b21bcd63..23c3745d7 100644
--- a/src/compositor/compositor_api/qwaylandclient.cpp
+++ b/src/compositor/compositor_api/qwaylandclient.cpp
@@ -88,7 +88,7 @@ public:
* \qmltype WaylandClient
* \inqmlmodule QtWayland.Compositor
* \preliminary
- * \brief A client connecting to the WaylandCompositor.
+ * \brief Represents a client connecting to the WaylandCompositor.
*
* This type represents a client connecting to the compositor using the Wayland protocol.
* It corresponds to the Wayland interface wl_client.
@@ -98,7 +98,7 @@ public:
* \class QWaylandClient
* \inmodule QtWaylandCompositor
* \preliminary
- * \brief A client connecting to the QWaylandCompositor.
+ * \brief The QWaylandClient class represents a client connecting to the QWaylandCompositor.
*
* This class corresponds to a client connecting to the compositor using the Wayland protocol.
* It corresponds to the Wayland interface wl_client.
@@ -199,6 +199,7 @@ wl_client *QWaylandClient::client() const
/*!
* \property QWaylandClient::userId
+ * \readonly
*
* This property holds the user id of this QWaylandClient.
*/
@@ -211,6 +212,7 @@ qint64 QWaylandClient::userId() const
/*!
* \qmlproperty int QtWaylandCompositor::WaylandClient::groupId
+ * \readonly
*
* This property holds the group id of this WaylandClient.
*/
@@ -229,6 +231,7 @@ qint64 QWaylandClient::groupId() const
/*!
* \qmlproperty int QtWaylandCompositor::WaylandClient::processId
+ * \readonly
*
* This property holds the process id of this WaylandClient.
*/