| 1923 | } |
| 1924 | |
| 1925 | QString 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 | |
| 1933 | QString kio_krarcProtocol::getPath(const QUrl &url, QUrl::FormattingOptions options) |
| 1934 | { |
nothing calls this directly
no outgoing calls
no test coverage detected