WinTimerInfo: reshuffle members, save 8 bytes
Change-Id: I95e15388efaf2265f6eb4a12141c0afd3b032677 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
bc5b7e218f
commit
d7af695feb
@ -85,14 +85,14 @@ struct QSockFd {
|
|||||||
typedef QHash<qintptr, QSockFd> QSFDict;
|
typedef QHash<qintptr, QSockFd> QSFDict;
|
||||||
|
|
||||||
struct WinTimerInfo { // internal timer info
|
struct WinTimerInfo { // internal timer info
|
||||||
QObject *dispatcher;
|
|
||||||
int timerId;
|
|
||||||
qint64 interval;
|
qint64 interval;
|
||||||
Qt::TimerType timerType;
|
|
||||||
quint64 timeout; // - when to actually fire
|
quint64 timeout; // - when to actually fire
|
||||||
|
QObject *dispatcher;
|
||||||
QObject *obj; // - object to receive events
|
QObject *obj; // - object to receive events
|
||||||
bool inTimerEvent;
|
int timerId;
|
||||||
|
Qt::TimerType timerType;
|
||||||
UINT fastTimerId;
|
UINT fastTimerId;
|
||||||
|
bool inTimerEvent;
|
||||||
};
|
};
|
||||||
|
|
||||||
class QZeroTimerEvent : public QTimerEvent
|
class QZeroTimerEvent : public QTimerEvent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user