Project

General

Profile

« Previous | Next » 

Revision 2dae7895

Added by skyjake over 10 years ago

Fixed|Windows: "-userdir" path encoding regression

QDir::cleanPath() takes a QString as argument, and QString implicitly
converts C strings as Latin-1 (!).

Here we can pass the C string path directly to NativePath::setWorkPath()
relying on the automatic conversion to NativePath (that happens as UTF-8).

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences