Skip to content

Commit

Permalink
Revert "Doc: removed reference to non-existing method"
Browse files Browse the repository at this point in the history
This reverts commit 53f0b43.
{QAbstractAnimation::}{updateCurrentValue()} had been modified to
{QVariantAnimation::}{updateCurrentValue()} in a previous patch.

Change-Id: Ibaccf51de816966f16b8f3109e0c20626d5102a8
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
Nico Vertriest committed Aug 26, 2016
1 parent d875a04 commit 6cbd982
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/corelib/doc/src/animation.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@

As mentioned in the previous section, the QPropertyAnimation class can
interpolate over Qt properties. It is often this class that should be used
for animation of values. Its superclass, QVariantAnimation, does not change
any value unless we change it ourselves on the \l{QVariantAnimation::valueChanged()}{valueChanged signal}.
for animation of values; in fact, its superclass, QVariantAnimation, has an
empty implementation of \l{QAbstractAnimation::}{updateCurrentValue()}, and
does not change any value unless we change it ourselves on the
\l{QVariantAnimation::valueChanged()}{valueChanged signal}.

A major reason we chose to animate Qt properties is that it
presents us with freedom to animate already existing classes in
Expand Down

0 comments on commit 6cbd982

Please sign in to comment.