Doc: Removing version number from the QDoc comments.
The version is not needed anymore and QDoc handles them as a different module, causing errors. Task-number: QTBUG-32172 Change-Id: I55054a6c7bce9e001ef03cce944b03375c851d15 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
40908fdb77
commit
43be5d9763
@@ -74,20 +74,20 @@
|
||||
\li Type
|
||||
\li Description
|
||||
\row
|
||||
\li \l {QtMultimedia5::Audio}{Audio}
|
||||
\li \l {QtMultimedia::Audio}{Audio}
|
||||
\li Add audio playback functionality to a scene
|
||||
\row
|
||||
\li \l {QtMultimedia5::Camera}{Camera}
|
||||
\li \l {QtMultimedia::Camera}{Camera}
|
||||
\li Access camera viewfinder frames
|
||||
\row
|
||||
\li MediaPlayer
|
||||
\li Add media playback functionality to a scene. It is same as Audio type,
|
||||
but can be used for video playback with the VideoOutput type.
|
||||
\row
|
||||
\li \l {QtMultimedia5::Radio}{Radio}
|
||||
\li \l {QtMultimedia::Radio}{Radio}
|
||||
\li Access radio functionality
|
||||
\row
|
||||
\li \l {QtMultimedia5::Video}{Video}
|
||||
\li \l {QtMultimedia::Video}{Video}
|
||||
\li Add Video playback functionality to a scene. It uses MediaPlayer and
|
||||
VideoOutput types to provide video playback functionality.
|
||||
\endtable
|
||||
|
||||
Reference in New Issue
Block a user