Remove antiquated \since lines in docs.
They aren't useful in the case of QtMultimedia{Kit}
Change-Id: If1b0b6625763c85907fb05beb9c440046472ddef
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
b228ff95d7
commit
a6268601c9
@@ -51,7 +51,6 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia-serv
|
||||
\since 1.0
|
||||
|
||||
If a QMediaService supports writing encoded data it will implement
|
||||
QMediaContainerControl. This control provides information about the output
|
||||
@@ -97,28 +96,24 @@ QMediaContainerControl::~QMediaContainerControl()
|
||||
\fn QMediaContainerControl::supportedContainers() const
|
||||
|
||||
Returns a list of MIME types of supported container formats.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QMediaContainerControl::containerMimeType() const
|
||||
|
||||
Returns the MIME type of the selected container format.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QMediaContainerControl::setContainerMimeType(const QString &mimeType)
|
||||
|
||||
Sets the current container format to the format identified by the given \a mimeType.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QMediaContainerControl::containerDescription(const QString &mimeType) const
|
||||
|
||||
Returns a description of the container format identified by the given \a mimeType.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
#include "moc_qmediacontainercontrol.cpp"
|
||||
|
||||
Reference in New Issue
Block a user