Changeset 777 for trunk/src/corelib/io
- Timestamp:
- Aug 4, 2010, 6:17:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qdebug.h
r651 r777 269 269 } 270 270 271 272 273 271 274 inline QDebugFmt<char> qDebugFmtHex(const char &val) { return qDebugFmt("0x%02X", val); } 272 275 inline QDebugFmt<char> qDebugFmtHex(const uchar &val) { return qDebugFmtHex(reinterpret_cast<const char &>(val)); }
Note:
See TracChangeset
for help on using the changeset viewer.