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

Method decodeString

plugins/krarc/krarc.cpp:1925–1931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1923}
1924
1925QString kio_krarcProtocol::decodeString(char *buf)
1926{
1927 // Note: KRFUNC was not used here in order to avoid filling the log with too much information
1928 if (noencoding)
1929 return QTextCodec::codecForLocale()->toUnicode(buf);
1930 return codec->toUnicode(buf);
1931}
1932
1933QString kio_krarcProtocol::getPath(const QUrl &url, QUrl::FormattingOptions options)
1934{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected