summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmediaservice.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/qmediaservice.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/qmediaservice.cpp')
-rw-r--r--src/multimedia/qmediaservice.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/multimedia/qmediaservice.cpp b/src/multimedia/qmediaservice.cpp
index 7c645540c..7cfdcaa8d 100644
--- a/src/multimedia/qmediaservice.cpp
+++ b/src/multimedia/qmediaservice.cpp
@@ -55,7 +55,6 @@ QT_BEGIN_NAMESPACE
service implementations.
\inmodule QtMultimedia
\ingroup multimedia-serv
- \since 1.0
Media services provide implementations of the functionality promised
@@ -122,7 +121,6 @@ QMediaService::~QMediaService()
Controls must be returned to the service when no longer needed using the
releaseControl() function.
- \since 1.0
*/
/*!
@@ -135,14 +133,12 @@ QMediaService::~QMediaService()
Controls must be returned to the service when no longer needed using the
releaseControl() function.
- \since 1.0
*/
/*!
\fn void QMediaService::releaseControl(QMediaControl *control);
Releases a \a control back to the service.
- \since 1.0
*/
#include "moc_qmediaservice.cpp"