Skip to content

[RFC] : compare with blank QUrl instead of / to allow proper detection on Windows build

Piyush Aggarwal requested to merge piyushaggarwal/kio:win/mkpathjob into master

The Windows builds encounter failure because the "/".isDir is false on Windows. This patch aims to fix that by comparing against a blank QUrl.

Edited by Piyush Aggarwal

Merge request reports