Changeset 1006 for trunk/src/gui/kernel/qwindowdefs_pm.h
- Timestamp:
- Aug 19, 2011, 12:27:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwindowdefs_pm.h
r750 r1006 111 111 struct QDebugHWND { HWND hwnd; }; 112 112 inline QDebugHWND qDebugHWND(HWND hwnd) { QDebugHWND d = { hwnd }; return d; } 113 Q Debug operator<<(QDebug debug, const QDebugHWND &d);113 Q_GUI_EXPORT QDebug operator<<(QDebug debug, const QDebugHWND &d); 114 114 115 115 struct QDebugHRGN { HRGN hrgn; }; 116 116 inline QDebugHRGN qDebugHRGN(HRGN hrgn) { QDebugHRGN d = { hrgn }; return d; } 117 Q Debug operator<<(QDebug debug, const QDebugHRGN &d);117 Q_GUI_EXPORT QDebug operator<<(QDebug debug, const QDebugHRGN &d); 118 118 119 119 // the following declarations require OS/2 types not defined here, … … 121 121 #if defined(QT_OS2_H) 122 122 123 Q Debug operator<<(QDebug debug, const RECTL &rcl);124 Q Debug operator<<(QDebug debug, const SWP &swp);125 Q Debug operator<<(QDebug debug, const QMSG &qmsg);123 Q_GUI_EXPORT QDebug operator<<(QDebug debug, const RECTL &rcl); 124 Q_GUI_EXPORT QDebug operator<<(QDebug debug, const SWP &swp); 125 Q_GUI_EXPORT QDebug operator<<(QDebug debug, const QMSG &qmsg); 126 126 127 127 #endif // defined(QT_OS2_H)
Note:
See TracChangeset
for help on using the changeset viewer.