Changeset 748 for trunk/src/gui/kernel/qwindowdefs_pm.h
- Timestamp:
- Jun 15, 2010, 4:49:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwindowdefs_pm.h
r704 r748 95 95 QDebug operator<<(QDebug debug, const QDebugHWND &d); 96 96 97 struct QDebugHRGN { HRGN hrgn; }; 98 inline QDebugHRGN qDebugHRGN(HRGN hrgn) { QDebugHRGN d = { hrgn }; return d; } 99 QDebug operator<<(QDebug debug, const QDebugHRGN &d); 100 97 101 // the following declarations require OS/2 types not defined here, 98 102 // don't drag them in as well but require qt_os2.h to be included first
Note:
See TracChangeset
for help on using the changeset viewer.