summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qmovie.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-10-17 14:18:42 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-18 10:26:39 +0200
commit0e341948ae6ab993f9d56f81809e71b8a9cc753d (patch)
treef9cb0a0d1bbc18c650c975e88eb2661a83acb6a6 /src/gui/image/qmovie.cpp
parent41b01096ccae8761bb5a0a761780ad48ce7e34ba (diff)
Remove stale documentation.
Change-Id: I85139e0334b648bee0d18129cef9387dcc6c3222 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'src/gui/image/qmovie.cpp')
-rw-r--r--src/gui/image/qmovie.cpp56
1 files changed, 0 insertions, 56 deletions
diff --git a/src/gui/image/qmovie.cpp b/src/gui/image/qmovie.cpp
index 2a6104dc19..ff00059f51 100644
--- a/src/gui/image/qmovie.cpp
+++ b/src/gui/image/qmovie.cpp
@@ -754,21 +754,6 @@ QRect QMovie::frameRect() const
return d->frameRect;
}
-/*! \fn QImage QMovie::framePixmap() const
-
- Use currentPixmap() instead.
-*/
-
-/*! \fn void QMovie::pause()
-
- Use setPaused(true) instead.
-*/
-
-/*! \fn void QMovie::unpause()
-
- Use setPaused(false) instead.
-*/
-
/*!
Returns the current frame as a QPixmap.
@@ -780,11 +765,6 @@ QPixmap QMovie::currentPixmap() const
return d->currentPixmap;
}
-/*! \fn QImage QMovie::frameImage() const
-
- Use currentImage() instead.
-*/
-
/*!
Returns the current frame as a QImage.
@@ -806,42 +786,6 @@ bool QMovie::isValid() const
return d->isValid();
}
-/*! \fn bool QMovie::running() const
-
- Use state() instead.
-*/
-
-/*! \fn bool QMovie::isNull() const
-
- Use isValid() instead.
-*/
-
-/*! \fn int QMovie::frameNumber() const
-
- Use currentFrameNumber() instead.
-*/
-
-/*! \fn bool QMovie::paused() const
-
- Use state() instead.
-*/
-
-/*! \fn bool QMovie::finished() const
-
- Use state() instead.
-*/
-
-/*! \fn void QMovie::restart()
-
- Use stop() and start() instead.
-*/
-
-/*!
- \fn void QMovie::step()
-
- Use jumpToNextFrame() instead.
-*/
-
/*!
Returns the number of frames in the movie.