MCPcopy Create free account
hub / github.com/KDE/krusader / encodeString

Method encodeString

plugins/krarc/krarc.cpp:1917–1923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1915}
1916
1917QByteArray kio_krarcProtocol::encodeString(const QString &str)
1918{
1919 // Note: KRFUNC was not used here in order to avoid filling the log with too much information
1920 if (noencoding)
1921 return QTextCodec::codecForLocale()->fromUnicode(str);
1922 return codec->fromUnicode(str);
1923}
1924
1925QString kio_krarcProtocol::decodeString(char *buf)
1926{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected