From 40ad0f2d00aec95a7fff9bbb1fc8fa9dec061c2a Mon Sep 17 00:00:00 2001 From: Bruno Abinader Date: Tue, 16 Jun 2009 17:47:12 +0200 Subject: Fixed small typo on the animation framework documentation. QAbstractClass is in fact QAbstractTransition, also added proper link to the addAnimation() method from that class. Signed-off-by: Bruno Abinader Merge-request: 628 Reviewed-by: David Boddie --- doc/src/animation.qdoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/src/animation.qdoc b/doc/src/animation.qdoc index c16d6a2..9e52ae8 100644 --- a/doc/src/animation.qdoc +++ b/doc/src/animation.qdoc @@ -327,11 +327,12 @@ \section1 Animations and States When using a \l{The State Machine Framework}{state machine}, we - can associate an animation to a transition between states using a - QSignalTransition or QEventTransition class. These classes are both - derived from QAbstractClass, which defines the convenience function - addAnimation() that enables the appending of one or more animations - triggered when the transition occurs. + can associate one or more animations to a transition between states + using a QSignalTransition or QEventTransition class. These classes + are both derived from QAbstractTransition, which defines the + convenience function \l{QAbstractTransition::}{addAnimation()} that + enables the appending of one or more animations triggered when the + transition occurs. We also have the possibility to associate properties with the states rather than setting the start and end values ourselves. -- cgit v0.12