diff options
Diffstat (limited to 'src/Util.hpp')
| -rw-r--r-- | src/Util.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Util.hpp b/src/Util.hpp index 8f5ff86..f90e108 100644 --- a/src/Util.hpp +++ b/src/Util.hpp @@ -14,4 +14,5 @@ namespace Util { 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); + int indexOfEscaped(const QString& string, const QChar subject, int startPos = 0, const QChar escapeChar = '\\'); } |
