[RFC] : compare with blank QUrl instead of / to allow proper detection on Windows build
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