diff options
author | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-06-18 09:30:23 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-06-18 09:30:23 (GMT) |
commit | de3093495ed17c3d6353dc413accc77ba54e51d4 (patch) | |
tree | d05fcc6c8a6954dda59374e887be8e9a3e9353af /doc | |
parent | f5a01d1035a0362fb36051f7c0fe5083bdcb3f6f (diff) | |
download | Qt-de3093495ed17c3d6353dc413accc77ba54e51d4.zip Qt-de3093495ed17c3d6353dc413accc77ba54e51d4.tar.gz Qt-de3093495ed17c3d6353dc413accc77ba54e51d4.tar.bz2 |
Doc: Removed mention of QItemAnimation from animation docs and set
QPropertyAnimation as a main class.
Reviewed-by: Trust Me
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/animation.qdoc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/src/animation.qdoc b/doc/src/animation.qdoc index 843e0aa..da9b401 100644 --- a/doc/src/animation.qdoc +++ b/doc/src/animation.qdoc @@ -208,12 +208,6 @@ Note that QObject must be the first class inherited as the meta-object system demands this. - \warning The QItemAnimation class, which was initially intended - for animating \l{QGraphicsItem}s may be deprecated or removed from - the animation framework. - - \omit (need something about the list of animations). \endomit - \section1 Easing Curves As mentioned, QPropertyAnimation performs an interpolation between |