From de3093495ed17c3d6353dc413accc77ba54e51d4 Mon Sep 17 00:00:00 2001 From: Geir Vattekar Date: Thu, 18 Jun 2009 11:30:23 +0200 Subject: Doc: Removed mention of QItemAnimation from animation docs and set QPropertyAnimation as a main class. Reviewed-by: Trust Me --- doc/src/animation.qdoc | 6 ------ src/corelib/animation/qpropertyanimation.cpp | 1 + 2 files changed, 1 insertion(+), 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 diff --git a/src/corelib/animation/qpropertyanimation.cpp b/src/corelib/animation/qpropertyanimation.cpp index a68301c..7526a81 100644 --- a/src/corelib/animation/qpropertyanimation.cpp +++ b/src/corelib/animation/qpropertyanimation.cpp @@ -43,6 +43,7 @@ \class QPropertyAnimation \brief The QPropertyAnimation class animates Qt properties \since 4.6 + \mainclass \ingroup animation QPropertyAnimation interpolates over \l{Qt's Property System}{Qt -- cgit v0.12