- 
    Bug 
- 
    Resolution: Done
- 
    P5: Not important 
- 
    5.13.2
- 
        4ada4f283efe4b2adcde29c2139dfc502c120399
QDir::cleanPath() documentation is a bit misleading:
https://doc.qt.io/qt-5/qdir.html#cleanPath
Returns path with directory separators normalized (converted to "/")
This could be interpreted so that path separators are always converted to /, but this only happens on platforms that don't have / as a path separator.