debugger: make stringFromByte local

This commit is contained in:
hjk
2009-10-06 10:17:36 +02:00
parent 751f2f6993
commit 2eed41b6df
2 changed files with 26 additions and 28 deletions

View File

@@ -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);