Debugger: Merge qtcreatorcdbext/base64.{h,cpp} into stringutils

There was only one function left and this wasn't related to
base64 anymore.

Change-Id: I071fb383bc3d79b606859cbfc79995dd7345a0a5
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
hjk
2015-12-15 09:30:42 +01:00
committed by David Schulz
parent c063ced780
commit 390c633659
9 changed files with 14 additions and 98 deletions

View File

@@ -228,4 +228,7 @@ private:
// Format a map as a GDBMI hash {key="value",..}
void formatGdbmiHash(std::ostream &os, const std::map<std::string, std::string> &, bool closeHash = true);
// Hex encoding helpers
void hexEncode(std::ostream &str, const unsigned char *source, size_t sourcelen);
#endif // STRINGUTILS_H