summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/compositor/compositor_api/qwaylandquickitem.cpp4
-rw-r--r--src/compositor/extensions/qwaylandxdgshellv5.cpp8
2 files changed, 6 insertions, 6 deletions
diff --git a/src/compositor/compositor_api/qwaylandquickitem.cpp b/src/compositor/compositor_api/qwaylandquickitem.cpp
index d3c096a85..ea32212d3 100644
--- a/src/compositor/compositor_api/qwaylandquickitem.cpp
+++ b/src/compositor/compositor_api/qwaylandquickitem.cpp
@@ -1067,14 +1067,14 @@ QVariant QWaylandQuickItem::inputMethodQuery(Qt::InputMethodQuery query, QVarian
/*!
\qmlproperty bool QtWaylandCompositor::WaylandQuickItem::paintEnabled
- If this property is \c true, the item is hidden, though the texture
+ Returns true if the item is hidden, though the texture
is still updated. As opposed to hiding the item by
setting \l{Item::visible}{visible} to \c false, setting this property to \c true
will not prevent mouse or keyboard input from reaching item.
*/
/*!
- If this property is \c true, the item is hidden, though the texture
+ Returns true if the item is hidden, though the texture
is still updated. As opposed to hiding the item by
setting \l{Item::visible}{visible} to \c false, setting this property to \c true
will not prevent mouse or keyboard input from reaching item.
diff --git a/src/compositor/extensions/qwaylandxdgshellv5.cpp b/src/compositor/extensions/qwaylandxdgshellv5.cpp
index 5d1fb03a5..90e505bdc 100644
--- a/src/compositor/extensions/qwaylandxdgshellv5.cpp
+++ b/src/compositor/extensions/qwaylandxdgshellv5.cpp
@@ -607,13 +607,13 @@ QByteArray QWaylandXdgShellV5::interfaceName()
/*!
* \qmlmethod void QtWaylandCompositor::XdgSurface::ping()
*
- * Sends a ping event to the client. If the client replies to the event the
- * \a pong signal will be emitted.
+ * Sends a ping event to the \a client. If the client replies to the event, the
+ * pong signal will be emitted.
*/
/*!
- * Sends a ping event to the client. If the client replies to the event the
- * \a pong signal will be emitted.
+ * Sends a ping event to the \a client. If the client replies to the event, the
+ * pong signal will be emitted.
*/
uint QWaylandXdgShellV5::ping(QWaylandClient *client)
{