Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/tools/qeasingcurve.cpp

    r561 r651  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    126126                        \br
    127127                        Easing curve for a cubic (t^3) function:
    128                         decelerating from zero velocity.
     128                        decelerating zero velocity.
    129129    \value InOutCubic   \inlineimage qeasingcurve-inoutcubic.png
    130130                        \br
     
    142142                        \br
    143143                        Easing curve for a cubic (t^4) function:
    144                         decelerating from zero velocity.
     144                        decelerating zero velocity.
    145145    \value InOutQuart   \inlineimage qeasingcurve-inoutquart.png
    146146                        \br
     
    158158                        \br
    159159                        Easing curve for a cubic (t^5) function:
    160                         decelerating from zero velocity.
     160                        decelerating zero velocity.
    161161    \value InOutQuint   \inlineimage qeasingcurve-inoutquint.png
    162162                        \br
Note: See TracChangeset for help on using the changeset viewer.