From 7a718be2dc5acbc817c25433cc3f6d73443e6532 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Fri, 19 Feb 2016 23:45:45 +0100 Subject: Add \r to unescapeChars --- Util.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Util.hpp b/Util.hpp index f90e108..419d695 100644 --- a/Util.hpp +++ b/Util.hpp @@ -6,6 +6,7 @@ namespace Util { static const QMap unescapeChars { {'n', '\n'}, + {'r', '\r'} }; QString trimQuotes(QString string, bool& trimmed); -- cgit v1.2.3-54-g00ecf