From 1158e57f400de8f0e9ec0b8b21bfcf0d5dfc830f Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 13 Oct 2015 23:33:26 +0200 Subject: Correctly read octal escapes from Clonk-config --- src/Util.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Util.hpp') diff --git a/src/Util.hpp b/src/Util.hpp index c2ed916..8f5ff86 100644 --- a/src/Util.hpp +++ b/src/Util.hpp @@ -13,4 +13,5 @@ namespace Util { QString escape(const QString& string, const QChar escapeChar = '\\', const QString& escapeChars = ""); QString joinEscape(const QStringList& list, const QChar joinChar, const QChar escapeChar = '\\'); QStringList splitEscaped(const QString& joined, const QChar splitChar, const QChar escapeChar = '\\'); + QString& unescapeClonkString(QString&& string); } -- cgit v1.2.3-54-g00ecf