MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / unescape

Function unescape

src/client/client-common/utils/linuxutils.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330QString unescape(const QString &in)
331{
332 QString str = in;
333 return str.replace("\\\"", "\"").replace("\\`", "`").replace("\\$", "$").replace("\\\\","\\");
334}
335
336QString convertToAbsolutePath(const QString &in)
337{

Callers 1

extractExeNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected