Doc: Fix module name format

Follow the conventions at
http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation

QtMultimedia -> Qt Multimedia

(Also, QtMultimediaKit has been merged into Qt Multimedia in Qt 5)

Change-Id: I3c23435d5eceb946ea320756b835da937726db24
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Sze Howe Koh
2013-01-27 12:25:02 +08:00
committed by The Qt Project
parent 52ad3219f0
commit 28ee5b12ff
16 changed files with 21 additions and 21 deletions

View File

@@ -35,7 +35,7 @@
\brief The Camera Example shows how to use the API to capture a still image
or video.
The Camera Example demonstrates how you can use QtMultimedia to implement
The Camera Example demonstrates how you can use Qt Multimedia to implement
some basic Camera functionality to take still images and record video clips
with audio.

View File

@@ -32,7 +32,7 @@
\brief This example demonstrates how to stream video on a graphics scene.
The Video Graphics Item example shows how to implement a QGraphicsItem that displays video on a
graphics scene using QtMultimedia's QAbstractVideoSurface.
graphics scene using Qt Multimedia's QAbstractVideoSurface.
\image video-videographicsitem.png

View File

@@ -32,7 +32,7 @@
\brief This example is a simple video player
The Video Widget example denonstrates how to implement a video widget using
QtMultimedia's QAbstractVideoSurface.
Qt Multimedia's QAbstractVideoSurface.
\image video-videowidget.png
*/