mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 21:03:17 +02:00
Replace deprecated use of QTime
This commit is contained in:
parent
fc1803a800
commit
83177dd270
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@
|
|||
#include <QTimer>
|
||||
#include <QVector>
|
||||
#include <QWidget>
|
||||
#include <QTime>
|
||||
#include <QElapsedTimer>
|
||||
|
||||
#ifdef Q_WS_QWS
|
||||
#include <QScreen>
|
||||
|
|
@ -367,7 +367,7 @@ public:
|
|||
int singlePressThreshold;
|
||||
QPoint firstPress;
|
||||
QPoint previousPos;
|
||||
QTime previousPosTimestamp;
|
||||
QElapsedTimer previousPosTimestamp;
|
||||
int pixelDistanceMoved;
|
||||
int pixelsToMovePerSlide;
|
||||
bool preserveAspectRatio;
|
||||
|
|
|
|||
Loading…
Reference in a new issue