remove _POSIX_MONOTONIC_CLOCK definition check from qeventdispatcher_unix_p header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2020-01-14 22:30:48 +00:00
parent cd6f9b2d79
commit 17f09e167c

View file

@ -68,14 +68,12 @@ struct QTimerInfo {
class QTimerInfoList : public QList<QTimerInfo*>
{
#if (_POSIX_MONOTONIC_CLOCK-0 <= 0) || defined(QT_BOOTSTRAPPED)
timeval previousTime;
clock_t previousTicks;
int ticksPerSecond;
int msPerTick;
bool timeChanged(timeval *delta);
#endif
// state variables used by activateTimers()
QTimerInfo *firstTimerInfo;