summaryrefslogtreecommitdiff
path: root/src/multimedia/doc/src/videooverview.qdoc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@nokia.com>2012-07-25 15:17:28 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-26 11:51:31 +0200
commit6ebee9f57e0e4e189b667605bfe9436504bd7385 (patch)
tree003cdf0483604a83d5b0b28e0d0a6d15919feb6c /src/multimedia/doc/src/videooverview.qdoc
parent27a7559c7e87dd0c38a4b8aa1248689c1f95b216 (diff)
downloadqtmultimedia-6ebee9f57e0e4e189b667605bfe9436504bd7385.tar.gz
Fixed QDoc errors related to snippets and quotefromfile commands
Change-Id: I9dd6381eb95dcbd9aa5cc8f596d87cf55eee7427 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'src/multimedia/doc/src/videooverview.qdoc')
-rw-r--r--src/multimedia/doc/src/videooverview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/doc/src/videooverview.qdoc b/src/multimedia/doc/src/videooverview.qdoc
index c78915200..a5fb75f66 100644
--- a/src/multimedia/doc/src/videooverview.qdoc
+++ b/src/multimedia/doc/src/videooverview.qdoc
@@ -82,7 +82,7 @@ allows you to receive these frames from \l QMediaPlayer and
and with an instance of this surface, \c myVideoSurface, you can set
the surface as the \l {QMediaPlayer::setVideoOutput()}{video output} for QMediaPlayer.
-\snippet doc/src/snippets/multimedia-snippets/video.cpp Setting Surface in Player
+\snippet doc/src/snippets/multimedia-snippets/video.cpp Setting surface in player
Several of the built-in Qt classes offer this functionality
as well, so if you decode video in your application, you can present