summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qtimeline.cpp
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@nokia.com>2012-09-07 16:04:28 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-11 12:09:47 +0200
commit99d3eecce2f9545290d4eb09d048c36ca84e1b0e (patch)
treef1f5c339718bfacbc721a2ebdf14b4a1a6463c9f /src/corelib/tools/qtimeline.cpp
parentf957370206fb88b40c354f2ca57ecfd315e3ac29 (diff)
Doc: Remove references to the deprecated QGraphicsItemAnimation
Task-number: QTBUG-23711 Change-Id: I1c1ce049016d0bea03d43631493ed8d248162eee Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Andreas Aardal Hanssen <andreas@hanssen.name> Reviewed-by: Jason Barron <jason.barron@nokia.com>
Diffstat (limited to 'src/corelib/tools/qtimeline.cpp')
-rw-r--r--src/corelib/tools/qtimeline.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/corelib/tools/qtimeline.cpp b/src/corelib/tools/qtimeline.cpp
index 164061a685..9a36a14668 100644
--- a/src/corelib/tools/qtimeline.cpp
+++ b/src/corelib/tools/qtimeline.cpp
@@ -185,11 +185,6 @@ void QTimeLinePrivate::setCurrentTime(int msecs)
\snippet code/src_corelib_tools_qtimeline.cpp 0
- You can also use QTimeLine with the
- \l{Graphics View}{Graphics View framework} for
- animations. The QGraphicsItemAnimation class implements animation
- of \l{QGraphicsItem}{QGraphicsItems} with a timeline.
-
By default the timeline runs once, from the beginning and towards the end,
upon which you must call start() again to restart from the beginning. To
make the timeline loop, you can call setLoopCount(), passing the number of
@@ -218,7 +213,7 @@ void QTimeLinePrivate::setCurrentTime(int msecs)
finally grows slowly. For a custom timeline, you can reimplement
valueForTime(), in which case QTimeLine's curveShape property is ignored.
- \sa QProgressBar, QProgressDialog, QGraphicsItemAnimation
+ \sa QProgressBar, QProgressDialog
*/
/*!