diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2015-11-05 14:45:08 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2015-11-05 14:45:08 +0100 |
| commit | e08efd9ad57fbe44c68cb98c5cb9b3ac46b96439 (patch) | |
| tree | 7e0fd4036d28e92bb43c2f4bcfd583f9179774b2 /src/Util.hpp | |
| parent | 0b455f219c67063fe52655e2e500db65477fb153 (diff) | |
| download | manager-e08efd9ad57fbe44c68cb98c5cb9b3ac46b96439.tar.gz manager-e08efd9ad57fbe44c68cb98c5cb9b3ac46b96439.zip | |
Add config options IRC.User and IRC.Port
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 = '\\'); } |
