summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml/qml/Keyboard.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/pure-qml/qml/Keyboard.qml')
-rw-r--r--examples/wayland/pure-qml/qml/Keyboard.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/wayland/pure-qml/qml/Keyboard.qml b/examples/wayland/pure-qml/qml/Keyboard.qml
index 9f336e942..aedc6e620 100644
--- a/examples/wayland/pure-qml/qml/Keyboard.qml
+++ b/examples/wayland/pure-qml/qml/Keyboard.qml
@@ -48,6 +48,7 @@
**
****************************************************************************/
+// ![keyboard]
import QtQuick
import QtQuick.VirtualKeyboard
@@ -57,4 +58,5 @@ InputPanel {
anchors.left: parent.left
anchors.right: parent.right
}
+// ![keyboard]