Changeset 121 for trunk/src/gui/kernel/qwindowdefs_pm.h
- Timestamp:
- Aug 19, 2009, 11:26:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwindowdefs_pm.h
r120 r121 103 103 104 104 Q_CORE_EXPORT QDbgStr qStrRECTL(const RECTL &rcl); 105 105 106 106 107 #endif // defined(QT_OS2_H) … … 111 112 // Prints a non-quoted QString 112 113 inline QDebug operator<<(QDebug dbg, const QDbgStr &str) 113 { dbg << str.utf8().constData(); return dbg; } 114 { dbg << str.toUtf8().constData(); return dbg; } 115 116 #if defined(QT_OS2_H) 114 117 115 118 inline QDebug operator<<(QDebug dbg, const RECTL &rcl) 116 119 { dbg << qStrRECTL(rcl); return dbg; } 120 121 122 123 124 117 125 118 126 #endif // defined(QDEBUG_H) && !defined(QT_NO_DEBUG_STREAM)
Note:
See TracChangeset
for help on using the changeset viewer.