summaryrefslogtreecommitdiffstats
path: root/src/multimedia/controls/qmediastreamscontrol.cpp
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-01-16 15:19:20 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-16 07:32:24 +0100
commita6268601c907c56555ae42668e983a447c0da2eb (patch)
tree8e702efd10ec2eae5688d2afa6d660930c89399f /src/multimedia/controls/qmediastreamscontrol.cpp
parentb228ff95d763fc954ffe34b2fdbc73d88ed25758 (diff)
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>
Diffstat (limited to 'src/multimedia/controls/qmediastreamscontrol.cpp')
-rw-r--r--src/multimedia/controls/qmediastreamscontrol.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/multimedia/controls/qmediastreamscontrol.cpp b/src/multimedia/controls/qmediastreamscontrol.cpp
index b5e140f9b..056ad7c80 100644
--- a/src/multimedia/controls/qmediastreamscontrol.cpp
+++ b/src/multimedia/controls/qmediastreamscontrol.cpp
@@ -64,7 +64,6 @@ namespace
\ingroup multimedia-serv
\brief The QMediaStreamsControl class provides a media stream selection control.
- \since 1.0
The QMediaStreamsControl class provides descriptions of the available media streams
and allows individual streams to be activated and deactivated.
@@ -83,7 +82,6 @@ namespace
Defines the interface name of the QMediaStreamsControl class.
\relates QMediaStreamsControl
- \since 1.0
*/
/*!
@@ -117,14 +115,12 @@ QMediaStreamsControl::~QMediaStreamsControl()
\fn QMediaStreamsControl::streamCount()
Returns the number of media streams.
- \since 1.0
*/
/*!
\fn QMediaStreamsControl::streamType(int stream)
Return the type of a media \a stream.
- \since 1.0
*/
/*!
@@ -133,14 +129,12 @@ QMediaStreamsControl::~QMediaStreamsControl()
Returns the meta-data value of \a key for a given \a stream.
Useful metadata keya are QtMultimedia::Title, QtMultimedia::Description and QtMultimedia::Language.
- \since 1.0
*/
/*!
\fn QMediaStreamsControl::isActive(int stream)
Returns true if the media \a stream is active.
- \since 1.0
*/
/*!
@@ -151,21 +145,18 @@ QMediaStreamsControl::~QMediaStreamsControl()
Setting the active state of a media stream to true will activate it. If any other stream
of the same type was previously active it will be deactivated. Setting the active state fo a
media stream to false will deactivate it.
- \since 1.0
*/
/*!
\fn QMediaStreamsControl::streamsChanged()
The signal is emitted when the available streams list is changed.
- \since 1.0
*/
/*!
\fn QMediaStreamsControl::activeStreamsChanged()
The signal is emitted when the active streams list is changed.
- \since 1.0
*/
#include "moc_qmediastreamscontrol.cpp"