summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandquickitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/compositor_api/qwaylandquickitem.cpp')
-rw-r--r--src/compositor/compositor_api/qwaylandquickitem.cpp4
1 files changed, 2 insertions, 2 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.