From 53f0b43a4bfa65ad62bb0c144bab7236ad322b8c Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 22 Aug 2016 15:15:15 +0200 Subject: [PATCH] Doc: removed reference to non-existing method QAbstractAnimation::updateCurrentValue Change-Id: I1610591ec43d019ca136df5a01350dc6ca7392ff Reviewed-by: Martin Smith --- src/corelib/doc/src/animation.qdoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/corelib/doc/src/animation.qdoc b/src/corelib/doc/src/animation.qdoc index 4e71ed4268b..4ef6bb5fd8c 100644 --- a/src/corelib/doc/src/animation.qdoc +++ b/src/corelib/doc/src/animation.qdoc @@ -120,10 +120,8 @@ 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; 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}. + for animation of values. Its superclass, QVariantAnimation, 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