The API changed for rotations, requiring another argument for positions.
[contacts_plasmoid.git] / kineticscroll_p.h
blob7e74e09c63de3d11761fd91702bb44c709c4dfd6
1 #ifndef KINETICSCROLLINGPRIVATE_H
2 #define KINETICSCROLLINGPRIVATE_H
4 class KineticScrollingPrivate
6 public:
8 unsigned int currentTimeInSecs();
10 unsigned int timeStamp;
11 unsigned int timeDelta;
12 qreal scrollVelocity;
13 qreal movement;
16 #endif