Changeset 902 for trunk/src/corelib/io/qprocess.cpp
- Timestamp:
- Jul 20, 2011, 11:48:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qprocess.cpp
r846 r902 51 51 52 52 QT_BEGIN_NAMESPACE 53 53 54 /* 54 55 Returns a human readable representation of the first \a len 55 56 characters in \a data. 56 57 */ 57 staticQByteArray qt_prettyDebug(const char *data, int len, int maxSize)58 QByteArray qt_prettyDebug(const char *data, int len, int maxSize) 58 59 { 59 60 if (!data) return "(null)";
Note:
See TracChangeset
for help on using the changeset viewer.