diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-01-21 09:32:14 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-01-28 15:42:54 (GMT) |
commit | 579ca85ad8f24bf8865b884c647def441c9e24de (patch) | |
tree | 093c566d3b75d27dee2897c7b519106f7683df24 | |
parent | 626548ba49bd9f991a6d1178c5afbeca61ab60f6 (diff) | |
download | Qt-579ca85ad8f24bf8865b884c647def441c9e24de.zip Qt-579ca85ad8f24bf8865b884c647def441c9e24de.tar.gz Qt-579ca85ad8f24bf8865b884c647def441c9e24de.tar.bz2 |
Doc fixes: Remove some lies from QEasingCurve.
Task-number: QTBUG-7418
-rw-r--r-- | src/corelib/tools/qeasingcurve.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp index 0ef92d9..b6a2df4 100644 --- a/src/corelib/tools/qeasingcurve.cpp +++ b/src/corelib/tools/qeasingcurve.cpp @@ -125,7 +125,7 @@ \value OutCubic \inlineimage qeasingcurve-outcubic.png \br Easing curve for a cubic (t^3) function: - decelerating from zero velocity. + decelerating to zero velocity. \value InOutCubic \inlineimage qeasingcurve-inoutcubic.png \br Easing curve for a cubic (t^3) function: @@ -141,7 +141,7 @@ \value OutQuart \inlineimage qeasingcurve-outquart.png \br Easing curve for a cubic (t^4) function: - decelerating from zero velocity. + decelerating to zero velocity. \value InOutQuart \inlineimage qeasingcurve-inoutquart.png \br Easing curve for a cubic (t^4) function: @@ -157,7 +157,7 @@ \value OutQuint \inlineimage qeasingcurve-outquint.png \br Easing curve for a cubic (t^5) function: - decelerating from zero velocity. + decelerating to zero velocity. \value InOutQuint \inlineimage qeasingcurve-inoutquint.png \br Easing curve for a cubic (t^5) function: |