Doc: link errors

Task-number: QTBUG-34749
Change-Id: I1d107a8700e03ac550fd6611d80a985a36558b22
Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
Nico Vertriest
2014-06-27 14:49:13 +02:00
parent c8b88cd027
commit c9b4793350
3 changed files with 3 additions and 4 deletions

View File

@@ -181,8 +181,7 @@ that the divider should be displayed.
The main.qml file shows a The main.qml file shows a
\l{video/qmlvideofx/qml/qmlvideofx/FileOpen.qml}{FileOpen}, which allows \l{video/qmlvideofx/qml/qmlvideofx/FileOpen.qml}{FileOpen}, which allows
the user to select the input source and an the user to select the input source and an EffectSelectionPanel
\l{video/qmlvideofx/qml/qmlvideofx/EffectSelectionPanel.qml}{EffectSelectionPanel}
item, which lists each of the available shader effects. As described above, a 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 \l{video/qmlvideofx/qml/qmlvideofx/Content.qml}{Content} item is used to load the
appropriate input and effect type. A appropriate input and effect type. A

View File

@@ -71,7 +71,7 @@ classes derived from them.
Consider a developer creating, for example, a media player class called MyPlayer. Consider a developer creating, for example, a media player class called MyPlayer.
It may have special requirements beyond ordinary media players and so may It may have special requirements beyond ordinary media players and so may
need a custom service and a custom control. We can subclass \l QMediaServiceProvider need a custom service and a custom control. We can subclass QMediaServiceProvider
to create our MyServiceProvider class. Also we will create a to create our MyServiceProvider class. Also we will create a
MyMediaService, and the MyMediaControl to manipulate the media service. MyMediaService, and the MyMediaControl to manipulate the media service.

View File

@@ -38,5 +38,5 @@
QML alternatives. If your application is serving complex use cases such as QML alternatives. If your application is serving complex use cases such as
decoding media files, accessing video or audio buffers, use the C++ decoding media files, accessing video or audio buffers, use the C++
alternative. For more details about the complex audio, video, and camera use alternative. For more details about the complex audio, video, and camera use
cases supported by the C++ classes, refer to \l {Qt Multimedia Overview}. cases supported by the C++ classes, refer to \l {Multimedia}{Multimedia Overview}.
*/ */