summaryrefslogtreecommitdiffstats
path: root/src/Util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util.hpp')
-rw-r--r--src/Util.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Util.hpp b/src/Util.hpp
index 5826b1b..ffd2fa3 100644
--- a/src/Util.hpp
+++ b/src/Util.hpp
@@ -9,4 +9,6 @@ namespace Util {
};
QString trimQuotes(QString string, bool& trimmed);
+ QString unescape(const QString& string, const QChar escapeChar = '\\');
+ QString escape(const QString& string, const QChar escapeChar = '\\', const QString& escapeChars = "");
}