diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-05-14 15:16:11 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-05-15 11:56:32 (GMT) |
commit | 92ff29b161709f4503d628e468c0eec1daf5835a (patch) | |
tree | 0cb1d1cdf2c9b585c55152530748c03534049dde /src/corelib/animation/qpauseanimation.cpp | |
parent | 077c35c2fc4b41846e953c2e880ce1bff396a715 (diff) | |
download | Qt-92ff29b161709f4503d628e468c0eec1daf5835a.zip Qt-92ff29b161709f4503d628e468c0eec1daf5835a.tar.gz Qt-92ff29b161709f4503d628e468c0eec1daf5835a.tar.bz2 |
Indentation and whitespace fixes in animation api
Diffstat (limited to 'src/corelib/animation/qpauseanimation.cpp')
-rw-r--r-- | src/corelib/animation/qpauseanimation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qpauseanimation.cpp b/src/corelib/animation/qpauseanimation.cpp index 685fa98..c853745 100644 --- a/src/corelib/animation/qpauseanimation.cpp +++ b/src/corelib/animation/qpauseanimation.cpp @@ -52,7 +52,7 @@ \l{QAbstractAnimation::finished()}{finish} before a specified number of milliseconds have elapsed from when it was started. You specify the duration of the pause in the constructor. It can also - be set directly with setDuration(). + be set directly with setDuration(). It is not necessary to construct a QPauseAnimation yourself. QSequentialAnimationGroup provides the convenience functions |