diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-20 23:19:10 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-20 23:19:10 (GMT) |
commit | eac07b9c2bc429d475ac5e95c0fbbae2f603516c (patch) | |
tree | 67132df452776328230248df96fd62b0da037b3b /src/declarative/util/qmlfollow.cpp | |
parent | 00b9679135be8d83556a31ebe0b3d39d201e76c5 (diff) | |
download | Qt-eac07b9c2bc429d475ac5e95c0fbbae2f603516c.zip Qt-eac07b9c2bc429d475ac5e95c0fbbae2f603516c.tar.gz Qt-eac07b9c2bc429d475ac5e95c0fbbae2f603516c.tar.bz2 |
Doc clarification.
Diffstat (limited to 'src/declarative/util/qmlfollow.cpp')
-rw-r--r-- | src/declarative/util/qmlfollow.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/util/qmlfollow.cpp b/src/declarative/util/qmlfollow.cpp index 1e6fea2..63b6307 100644 --- a/src/declarative/util/qmlfollow.cpp +++ b/src/declarative/util/qmlfollow.cpp @@ -345,8 +345,7 @@ void QmlFollow::setDamping(qreal damping) to 0 to be considered equal to zero. This will depend on the usage of the value. For pixel positions, 0.25 would suffice. For scale, 0.005 will suffice. - The default is 0.01. Small performance improvements can result in tuning this - value. + The default is 0.01. Tuning this value can provide small performance improvements. */ qreal QmlFollow::epsilon() const { |