diff options
author | Nico Vertriest <nico.vertriest@qt.io> | 2019-02-01 15:51:10 +0100 |
---|---|---|
committer | Nico Vertriest <nico.vertriest@qt.io> | 2019-02-07 10:54:43 +0000 |
commit | 2824a71e5c28ec1843edc056f2c17c6274378f1d (patch) | |
tree | cee5ed594601805ab58936914a63a3be251a2cbe | |
parent | 5f645af22bb63f0d215294535cf683029ed7aab5 (diff) | |
download | qtwayland-2824a71e5c28ec1843edc056f2c17c6274378f1d.tar.gz |
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>
-rw-r--r-- | src/compositor/compositor_api/qwaylandquickitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compositor/compositor_api/qwaylandquickitem.cpp b/src/compositor/compositor_api/qwaylandquickitem.cpp index 77a9247a..2b24c13b 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 */ /*! |