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:
Michael Goddard
2012-01-16 15:19:20 +10:00
committed by Qt by Nokia
parent b228ff95d7
commit a6268601c9
81 changed files with 0 additions and 1319 deletions

View File

@@ -150,7 +150,6 @@ void QMediaImageViewerPrivate::_q_playlistDestroyed()
\brief The QMediaImageViewer class provides a means of viewing image media.
\inmodule QtMultimedia
\ingroup multimedia
\since 1.0
QMediaImageViewer is used together with a media display object such as
@@ -227,7 +226,6 @@ QMediaImageViewer::~QMediaImageViewer()
/*!
\property QMediaImageViewer::state
\brief the playlist control state of a slide show.
\since 1.0
*/
QMediaImageViewer::State QMediaImageViewer::state() const
@@ -239,13 +237,11 @@ QMediaImageViewer::State QMediaImageViewer::state() const
\fn QMediaImageViewer::stateChanged(QMediaImageViewer::State state)
Signals that the playlist control \a state of an image viewer has changed.
\since 1.0
*/
/*!
\property QMediaImageViewer::mediaStatus
\brief the status of the current media.
\since 1.0
*/
QMediaImageViewer::MediaStatus QMediaImageViewer::mediaStatus() const
@@ -257,13 +253,11 @@ QMediaImageViewer::MediaStatus QMediaImageViewer::mediaStatus() const
\fn QMediaImageViewer::mediaStatusChanged(QMediaImageViewer::MediaStatus status)
Signals the the \a status of the current media has changed.
\since 1.0
*/
/*!
\property QMediaImageViewer::media
\brief the media an image viewer is presenting.
\since 1.0
*/
QMediaContent QMediaImageViewer::media() const
@@ -304,7 +298,6 @@ void QMediaImageViewer::setMedia(const QMediaContent &media)
/*!
Use \a playlist as the source of images to be displayed in the viewer.
\since 1.0
*/
void QMediaImageViewer::setPlaylist(QMediaPlaylist *playlist)
{
@@ -335,7 +328,6 @@ void QMediaImageViewer::setPlaylist(QMediaPlaylist *playlist)
/*!
Returns the current playlist, or 0 if none.
\since 1.0
*/
QMediaPlaylist *QMediaImageViewer::playlist() const
{
@@ -346,7 +338,6 @@ QMediaPlaylist *QMediaImageViewer::playlist() const
\fn QMediaImageViewer::mediaChanged(const QMediaContent &media)
Signals that the \a media an image viewer is presenting has changed.
\since 1.0
*/
/*!
@@ -355,7 +346,6 @@ QMediaPlaylist *QMediaImageViewer::playlist() const
image.
The timeout only applies if the image viewer has a playlist attached and is in the PlayingState.
\since 1.0
*/
int QMediaImageViewer::timeout() const
@@ -379,7 +369,6 @@ void QMediaImageViewer::setTimeout(int timeout)
The elapsed time only increases while the image viewer is in the PlayingState. If stopped the
elapsed time will be reset to 0.
\since 1.0
*/
int QMediaImageViewer::elapsedTime() const
@@ -404,7 +393,6 @@ int QMediaImageViewer::elapsedTime() const
in the PlayingState and an image is loaded. The notification interval
is controlled by the QMediaObject::notifyInterval property.
\since 1.0
\sa timeout, QMediaObject::notifyInterval
*/
@@ -412,7 +400,6 @@ int QMediaImageViewer::elapsedTime() const
Sets a video \a widget as the current video output.
This will unbind any previous video output bound with setVideoOutput().
\since 1.1
*/
void QMediaImageViewer::setVideoOutput(QVideoWidget *widget)
@@ -432,7 +419,6 @@ void QMediaImageViewer::setVideoOutput(QVideoWidget *widget)
Sets a video \a item as the current video output.
This will unbind any previous video output bound with setVideoOutput().
\since 1.1
*/
void QMediaImageViewer::setVideoOutput(QGraphicsVideoItem *item)
@@ -454,7 +440,6 @@ void QMediaImageViewer::setVideoOutput(QGraphicsVideoItem *item)
If a video output has already been set on the image viewer the new surface
will replace it.
\since 1.2
*/
void QMediaImageViewer::setVideoOutput(QAbstractVideoSurface *surface)
@@ -473,7 +458,6 @@ void QMediaImageViewer::setVideoOutput(QAbstractVideoSurface *surface)
/*!
\internal
\since 1.0
*/
bool QMediaImageViewer::bind(QObject *object)
{
@@ -488,7 +472,6 @@ bool QMediaImageViewer::bind(QObject *object)
/*!
\internal
\since 1.0
*/
void QMediaImageViewer::unbind(QObject *object)
{
@@ -505,7 +488,6 @@ void QMediaImageViewer::unbind(QObject *object)
it will resume from the current media.
If no playlist is attached to an image viewer this will do nothing.
\since 1.0
*/
void QMediaImageViewer::play()
{
@@ -539,7 +521,6 @@ void QMediaImageViewer::play()
The current media and elapsed time are retained. If resumed, the current image will be
displayed for the remainder of the time out period before the next image is loaded.
\since 1.0
*/
void QMediaImageViewer::pause()
{
@@ -562,7 +543,6 @@ void QMediaImageViewer::pause()
The current media is retained, but the elapsed time is discarded. If resumed, the current
image will be displayed for the full time out period before the next image is loaded.
\since 1.0
*/
void QMediaImageViewer::stop()
{
@@ -589,7 +569,6 @@ void QMediaImageViewer::stop()
\reimp
\internal
\since 1.0
*/
void QMediaImageViewer::timerEvent(QTimerEvent *event)
{