summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-09-26 15:27:22 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-09-27 07:35:30 +0000
commit432bb2234a01911784296ad743ca14b156b356c0 (patch)
tree292a263197d9afef4cc51e312c4dc333ce4b4634 /examples
parent1d1236bfd33443be17afc72076414aaca783ccfe (diff)
Doc: fix code snippet in Mediaplayer QML Dynamic Example
Apparently, the example code has changed. Change-Id: I69cd7da627a4ac3a3ac41435dd0aeedb1eb0a009 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc b/examples/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc
index 4f0cb78..22d3ea2 100644
--- a/examples/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc
+++ b/examples/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc
@@ -58,5 +58,5 @@
\quotefromfile mediaplayer-common/Mediaplayer.qml
\skipto import QtScxml
- \printuntil scxmlLoader.filename
+ \printuntil scxmlLoader.source
*/