Changeset 1009 for trunk/src/gui/kernel/qapplication_pm.cpp
- Timestamp:
- Aug 19, 2011, 12:56:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r1006 r1009 2644 2644 debug << qDebugFmtHex(d.hwnd) << w; 2645 2645 if (w && w->internalWinId() != w->frameWinId()) { 2646 if (w->internalWinId() == d.hwnd) 2646 if (w->internalWinId() == d.hwnd) 2647 2647 debug.nospace() << "(frame " << qDebugFmtHex(w->frameWinId()) << ")"; 2648 else if (w->frameWinId() == d.hwnd) 2648 debug.space(); 2649 } else if (w->frameWinId() == d.hwnd) { 2649 2650 debug.nospace() << "(client " << qDebugFmtHex(w->internalWinId()) << ")"; 2651 2652 2650 2653 } 2651 2654 return debug;
Note:
See TracChangeset
for help on using the changeset viewer.