summaryrefslogtreecommitdiffstats
path: root/Util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Util.hpp')
-rw-r--r--Util.hpp1
1 files changed, 1 insertions, 0 deletions
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<QChar, QChar> unescapeChars {
{'n', '\n'},
+ {'r', '\r'}
};
QString trimQuotes(QString string, bool& trimmed);