summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/client_api_examples/qml/main.qml')
-rw-r--r--DOCS/client_api_examples/qml/main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/client_api_examples/qml/main.qml b/DOCS/client_api_examples/qml/main.qml
index d921e2a86c..4b31406554 100644
--- a/DOCS/client_api_examples/qml/main.qml
+++ b/DOCS/client_api_examples/qml/main.qml
@@ -34,6 +34,7 @@ Item {
anchors.right: renderer.right
anchors.margins: 100
wrapMode: Text.WordWrap
- text: "QtQuick and mpv are both rendering stuff."
+ text: "QtQuick and mpv are both rendering stuff.\n
+ Click to load ../../../test.mkv"
}
}