From: Alan Alpert Date: Fri, 17 May 2013 17:48:28 +0000 (-0700) Subject: Fix PropertyAnimation doc X-Git-Tag: upstream/5.2.1~798^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c38d825b670b3f0c69ffd85c02feb54ea5f3181;p=platform%2Fupstream%2Fqtdeclarative.git Fix PropertyAnimation doc Task-number: QTBUG-31063 Change-Id: I2329f5c92c5985ed4a65a896521ddd3f6649ce2c Reviewed-by: Bea Lam --- diff --git a/src/quick/util/qquickanimation.cpp b/src/quick/util/qquickanimation.cpp index 2f9ca74..c05b254 100644 --- a/src/quick/util/qquickanimation.cpp +++ b/src/quick/util/qquickanimation.cpp @@ -1975,7 +1975,7 @@ void QQuickPropertyAnimation::setDuration(int duration) } /*! - \qmlproperty real QtQuick2::PropertyAnimation::from + \qmlproperty variant QtQuick2::PropertyAnimation::from This property holds the starting value for the animation. If the PropertyAnimation is defined within a \l Transition or \l Behavior, @@ -2002,7 +2002,7 @@ void QQuickPropertyAnimation::setFrom(const QVariant &f) } /*! - \qmlproperty real QtQuick2::PropertyAnimation::to + \qmlproperty variant QtQuick2::PropertyAnimation::to This property holds the end value for the animation. If the PropertyAnimation is defined within a \l Transition or \l Behavior,