Ignore:
Timestamp:
Aug 19, 2011, 12:56:27 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: r1006: Add lost debug.space().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qapplication_pm.cpp

    r1006 r1009  
    26442644    debug << qDebugFmtHex(d.hwnd) << w;
    26452645    if (w && w->internalWinId() != w->frameWinId()) {
    2646         if (w->internalWinId() == d.hwnd)
     2646        if (w->internalWinId() == d.hwnd)
    26472647            debug.nospace() << "(frame " << qDebugFmtHex(w->frameWinId()) << ")";
    2648         else if (w->frameWinId() == d.hwnd)
     2648            debug.space();
     2649        } else if (w->frameWinId() == d.hwnd) {
    26492650            debug.nospace() << "(client " << qDebugFmtHex(w->internalWinId()) << ")";
     2651
     2652
    26502653    }
    26512654    return debug;
Note: See TracChangeset for help on using the changeset viewer.