forked from qt-creator/qt-creator
debugger: make stringFromByte local
This commit is contained in:
@@ -78,8 +78,6 @@ uint extractInt(const char *data);
|
||||
|
||||
QString quoteUnprintableLatin1(const QByteArray &ba);
|
||||
|
||||
// produces "xx "
|
||||
QString stringFromByte(byte c);
|
||||
// produces "xx xx xx "
|
||||
QString stringFromArray(const QByteArray &ba, int maxLen = - 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user