Skip to content
Commit 28c4a285 authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

do not confuse portable seperator with native ones

url.toLocalFile returns C:/ so we incorrectly turned that into C:/\\
i.e. C:// in portable speak. this then resulted in the filtering in
locallister not working because it's doing a startsWith check between
the ignore (e.g. C:/Windows) and the incoming path (e.g. C:/\\) that
would naturally fail.

so, to fix this we'll simply want to stop using qdir::separator

BUG: 450863
parent 53f76940
Pipeline #144491 skipped
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