diff options
| author | Robert Griebl <rgriebl@trolltech.com> | 2010-04-01 14:55:38 +0200 |
|---|---|---|
| committer | Robert Griebl <rgriebl@trolltech.com> | 2010-04-01 14:55:38 +0200 |
| commit | 8eac27d4c572d1f23ad067ed8fa398488e24733b (patch) | |
| tree | 81e8a2479b4917f6365c2dbef9b44a2ad9e023a4 /qkineticscroller_p.h | |
| parent | 8510c889269c61e5afd008ad68cd7d1632bee786 (diff) | |
another round of dpi fixes
Diffstat (limited to 'qkineticscroller_p.h')
| -rw-r--r-- | qkineticscroller_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qkineticscroller_p.h b/qkineticscroller_p.h index 2c0bede..d2012de 100644 --- a/qkineticscroller_p.h +++ b/qkineticscroller_p.h @@ -105,7 +105,7 @@ public: qreal axisLockThreshold; qreal fastSwipeBaseVelocity; qreal fastSwipeMinimumVelocity; - int fastSwipeMaximumTime; + qreal fastSwipeMaximumTime; int framesPerSecond; // state |
