summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/qmlvideofx.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/qmlvideofx.qdoc')
-rw-r--r--doc/src/examples/qmlvideofx.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/qmlvideofx.qdoc b/doc/src/examples/qmlvideofx.qdoc
index 29d4425cd..acfb202d7 100644
--- a/doc/src/examples/qmlvideofx.qdoc
+++ b/doc/src/examples/qmlvideofx.qdoc
@@ -151,7 +151,7 @@ The abstraction of source item type is achieved by the
\printuntil }
\skipto function openVideo
\printuntil "ContentVideo.qml"
-\skipto contentLoader.item.source
+\skipto contentLoader.item.mediaSource
\printuntil path
\skipto }
\printuntil }
@@ -202,7 +202,7 @@ And here is the effect selection menu:
\section1 Calculating and displaying QML painting rate
-\include examples/video-qml-paint-rate.qdocinc
+\input examples/video-qml-paint-rate.qdocinc
All that remains is to connect the afterRendering() signal of the QQuickView
object to a JavaScript function, which will eventually call frequencyItem.notify():