diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2014-06-27 14:49:13 +0200 |
---|---|---|
committer | Nico Vertriest <nico.vertriest@digia.com> | 2014-07-01 13:10:14 +0200 |
commit | c9b47933501604cf2ec779bd767ff5dd6a33fcb0 (patch) | |
tree | 8f54472825ab60c9aa45beee17c0c35c27f9289d /examples | |
parent | c8b88cd02752fb623f65dc3fe930d60fc00fd15d (diff) | |
download | qtmultimedia-c9b47933501604cf2ec779bd767ff5dd6a33fcb0.tar.gz |
Doc: link errors
Task-number: QTBUG-34749
Change-Id: I1d107a8700e03ac550fd6611d80a985a36558b22
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/multimedia/video/doc/src/qmlvideofx.qdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/multimedia/video/doc/src/qmlvideofx.qdoc b/examples/multimedia/video/doc/src/qmlvideofx.qdoc index edbd369c0..b24114084 100644 --- a/examples/multimedia/video/doc/src/qmlvideofx.qdoc +++ b/examples/multimedia/video/doc/src/qmlvideofx.qdoc @@ -181,8 +181,7 @@ that the divider should be displayed. The main.qml file shows a \l{video/qmlvideofx/qml/qmlvideofx/FileOpen.qml}{FileOpen}, which allows -the user to select the input source and an -\l{video/qmlvideofx/qml/qmlvideofx/EffectSelectionPanel.qml}{EffectSelectionPanel} +the user to select the input source and an EffectSelectionPanel item, which lists each of the available shader effects. As described above, a \l{video/qmlvideofx/qml/qmlvideofx/Content.qml}{Content} item is used to load the appropriate input and effect type. A |