diff --git a/src/corelib/animation/qpropertyanimation.cpp b/src/corelib/animation/qpropertyanimation.cpp index 2247c95201c..f11c9c238ef 100644 --- a/src/corelib/animation/qpropertyanimation.cpp +++ b/src/corelib/animation/qpropertyanimation.cpp @@ -230,7 +230,7 @@ bool QPropertyAnimation::event(QEvent *event) /*! This virtual function is called by QVariantAnimation whenever the current value changes. \a value is the new, updated value. It updates the current value - of the property on the target object. + of the property on the target object, unless the animation is stopped. \sa currentValue, currentTime */