diff options
Diffstat (limited to 'Util.hpp')
| -rw-r--r-- | Util.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ namespace Util { static const QMap<QChar, QChar> unescapeChars { {'n', '\n'}, + {'r', '\r'} }; QString trimQuotes(QString string, bool& trimmed); |
