Skip to content

Use isPathAbsolute() to guard against file names starting with ':'

Ahmad Samir requested to merge work/ahmad/colon-isAbsolute into master

':' at the beginning of a path/filename denotes a Qt Resource and in that case QDir::isAbsolutePath() would return true, which isn't what we want in these cases.

Merge request reports