summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qmovie.cpp
diff options
context:
space:
mode:
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.