| 179 | } |
| 180 | |
| 181 | static QString |
| 182 | convertCharArray(const wchar_t *path) |
| 183 | { |
| 184 | return QDir::fromNativeSeparators( QString::fromWCharArray(path) ); |
| 185 | } |
| 186 | |
| 187 | #elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) |
| 188 | //static |
no test coverage detected