Skip to content
Commit 15c9f3ac authored by Thomas Baumgart's avatar Thomas Baumgart
Browse files

Fix problem with leading slash in filenames under ms-windows

A URL of the form file:///C:/abc.xyz is returned as /C:/abc.xyz when the
path() method is used. This causes the QFile::open() method to fail. The
QUrl::toLocalFile() method does return C:/abc.xyz in this case.

BUG: 395980
BUG: 399378
parent b8e58e81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment