summaryrefslogtreecommitdiffstats
path: root/qkineticscroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'qkineticscroller.h')
-rw-r--r--qkineticscroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qkineticscroller.h b/qkineticscroller.h
index 34fb175..8e9336c 100644
--- a/qkineticscroller.h
+++ b/qkineticscroller.h
@@ -86,7 +86,7 @@ public:
enum ScrollMetric
{
- DragVelocitySmoothingFactor, // qreal [0..1] v = v_new* DASF + v_old * (1-DASF)
+ DragVelocitySmoothingFactor, // qreal [0..1/s] (complex calculation involving time) v = v_new* DASF + v_old * (1-DASF)
FrictionCoefficent, // qreal [0..1]
OvershootSpringConstant, // qreal [0..1]
OvershootMaximumDistance, // QPointF([m], [m])