summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2019-02-01 15:51:10 +0100
committerNico Vertriest <nico.vertriest@qt.io>2019-02-07 10:54:43 +0000
commit2824a71e5c28ec1843edc056f2c17c6274378f1d (patch)
treecee5ed594601805ab58936914a63a3be251a2cbe /src
parent5f645af22bb63f0d215294535cf683029ed7aab5 (diff)
Doc: Fix wrong link to isBufferLocked
Change-Id: I5024e50af6e403e9373181948b36548bc0862f9b Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'src')
-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 77a9247a9..2b24c13b7 100644
--- a/src/compositor/compositor_api/qwaylandquickitem.cpp
+++ b/src/compositor/compositor_api/qwaylandquickitem.cpp
@@ -821,7 +821,7 @@ void QWaylandQuickItem::setOutput(QWaylandOutput *output)
}
/*!
- * \property QWaylandQuickItem::bufferLocked
+ * \property QWaylandQuickItem::isBufferLocked
*
* This property holds whether the item's buffer is currently locked. As long as
* the buffer is locked, it will not be released and returned to the client.
@@ -1245,7 +1245,7 @@ void QWaylandQuickItem::updateInputMethod(Qt::InputMethodQueries queries)
* If an animation is started, bufferLocked should be set to ensure the item keeps its content
* until the animation finishes
*
- * \sa bufferLocked
+ * \sa isBufferLocked
*/
/*!