mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove _POSIX_MONOTONIC_CLOCK definition check from qeventdispatcher_unix_p header
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
cd6f9b2d79
commit
17f09e167c
1 changed files with 0 additions and 2 deletions
|
@ -68,14 +68,12 @@ struct QTimerInfo {
|
||||||
|
|
||||||
class QTimerInfoList : public QList<QTimerInfo*>
|
class QTimerInfoList : public QList<QTimerInfo*>
|
||||||
{
|
{
|
||||||
#if (_POSIX_MONOTONIC_CLOCK-0 <= 0) || defined(QT_BOOTSTRAPPED)
|
|
||||||
timeval previousTime;
|
timeval previousTime;
|
||||||
clock_t previousTicks;
|
clock_t previousTicks;
|
||||||
int ticksPerSecond;
|
int ticksPerSecond;
|
||||||
int msPerTick;
|
int msPerTick;
|
||||||
|
|
||||||
bool timeChanged(timeval *delta);
|
bool timeChanged(timeval *delta);
|
||||||
#endif
|
|
||||||
|
|
||||||
// state variables used by activateTimers()
|
// state variables used by activateTimers()
|
||||||
QTimerInfo *firstTimerInfo;
|
QTimerInfo *firstTimerInfo;
|
||||||
|
|
Loading…
Add table
Reference in a new issue