QEventDispatcherWin32: remove unused member
Change-Id: I9ec54aca7af190cd7ba7744ff52b05451dd7050a Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
150828254a
commit
4e27961db9
@ -97,7 +97,7 @@ class QEventDispatcherWin32Private;
|
||||
LRESULT QT_WIN_CALLBACK qt_internal_proc(HWND hwnd, UINT message, WPARAM wp, LPARAM lp);
|
||||
|
||||
QEventDispatcherWin32Private::QEventDispatcherWin32Private()
|
||||
: threadId(GetCurrentThreadId()), interrupt(false), internalHwnd(0),
|
||||
: interrupt(false), internalHwnd(0),
|
||||
getMessageHook(0), sendPostedEventsTimerId(0), wakeUps(0),
|
||||
activateNotifiersPosted(false), activateEventNotifiersPosted(false)
|
||||
{
|
||||
|
@ -158,8 +158,6 @@ public:
|
||||
~QEventDispatcherWin32Private();
|
||||
static QEventDispatcherWin32Private *get(QEventDispatcherWin32 *q) { return q->d_func(); }
|
||||
|
||||
DWORD threadId;
|
||||
|
||||
QAtomicInt interrupt;
|
||||
|
||||
// internal window handle used for socketnotifiers/timers/etc
|
||||
|
Loading…
Reference in New Issue
Block a user