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
@@ -49,7 +49,6 @@ QT_BEGIN_NAMESPACE
|
||||
\class QMediaPlaylistControl
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia-serv
|
||||
\since 1.0
|
||||
|
||||
|
||||
\brief The QMediaPlaylistControl class provides access to the playlist
|
||||
@@ -100,7 +99,6 @@ QMediaPlaylistControl::~QMediaPlaylistControl()
|
||||
\fn QMediaPlaylistControl::playlistProvider() const
|
||||
|
||||
Returns the playlist used by this media player.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -114,21 +112,18 @@ QMediaPlaylistControl::~QMediaPlaylistControl()
|
||||
|
||||
Returns true if player can use this passed playlist; otherwise returns false.
|
||||
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QMediaPlaylistControl::currentIndex() const
|
||||
|
||||
Returns position of the current media source in the playlist.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QMediaPlaylistControl::setCurrentIndex(int position)
|
||||
|
||||
Jump to the item at the given \a position.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -140,7 +135,6 @@ QMediaPlaylistControl::~QMediaPlaylistControl()
|
||||
Returned value depends on the size of playlist, current position
|
||||
and playback mode.
|
||||
|
||||
\since 1.0
|
||||
\sa QMediaPlaylist::playbackMode
|
||||
*/
|
||||
|
||||
@@ -150,7 +144,6 @@ QMediaPlaylistControl::~QMediaPlaylistControl()
|
||||
Returns the index of item, which were current after calling previous()
|
||||
\a step times.
|
||||
|
||||
\since 1.0
|
||||
\sa QMediaPlaylist::playbackMode
|
||||
*/
|
||||
|
||||
@@ -158,14 +151,12 @@ QMediaPlaylistControl::~QMediaPlaylistControl()
|
||||
\fn QMediaPlaylistControl::next()
|
||||
|
||||
Moves to the next item in playlist.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QMediaPlaylistControl::previous()
|
||||
|
||||
Returns to the previous item in playlist.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -173,7 +164,6 @@ QMediaPlaylistControl::~QMediaPlaylistControl()
|
||||
|
||||
Returns the playlist navigation mode.
|
||||
|
||||
\since 1.0
|
||||
\sa QMediaPlaylist::PlaybackMode
|
||||
*/
|
||||
|
||||
@@ -182,7 +172,6 @@ QMediaPlaylistControl::~QMediaPlaylistControl()
|
||||
|
||||
Sets the playback \a mode.
|
||||
|
||||
\since 1.0
|
||||
\sa QMediaPlaylist::PlaybackMode
|
||||
*/
|
||||
|
||||
@@ -190,28 +179,24 @@ QMediaPlaylistControl::~QMediaPlaylistControl()
|
||||
\fn QMediaPlaylistControl::playlistProviderChanged()
|
||||
|
||||
Signal emitted when the playlist provider has changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QMediaPlaylistControl::currentIndexChanged(int position)
|
||||
|
||||
Signal emitted when the playlist \a position is changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QMediaPlaylistControl::playbackModeChanged(QMediaPlaylist::PlaybackMode mode)
|
||||
|
||||
Signal emitted when the playback \a mode is changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QMediaPlaylistControl::currentMediaChanged(const QMediaContent& content)
|
||||
|
||||
Signal emitted when current media changes to \a content.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
#include "moc_qmediaplaylistcontrol.cpp"
|
||||
|
||||
Reference in New Issue
Block a user