mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +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*>
|
||||
{
|
||||
#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;
|
||||
|
|
Loading…
Add table
Reference in a new issue