Changeset 302


Ignore:
Timestamp:
Nov 8, 2009, 10:52:22 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Fixed: QEventDispatcher::wakeUp() never did its function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/kernel/qeventdispatcher_pm.cpp

    r196 r302  
    13961396{
    13971397    Q_D(QEventDispatcherPM);
    1398     PTIB ptib;
    1399     DosGetInfoBlocks(&ptib, NULL);
    1400     MQINFO mqinfo;
    1401     WinQueryQueueInfo(d->hmq, &mqinfo, sizeof(MQINFO));
    1402     if (ptib->tib_ptib2->tib2_ultid != mqinfo.tid)
    1403         WinPostQueueMsg(d->hmq, WM_NULL, 0, 0);
     1398    WinPostQueueMsg(d->hmq, WM_NULL, 0, 0);
    14041399}
    14051400
Note: See TracChangeset for help on using the changeset viewer.