mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-15 14:13:41 -04:00
Replace deprecated use of QTime
This commit is contained in:
parent
fc1803a800
commit
83177dd270
@ -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…
x
Reference in New Issue
Block a user