Skip to content

UrlInfo: handle filenames starting with ':'

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

QFile/QDir treat file paths starting with ':' as absolute paths (treated as Qt Resource (qrc) paths), which means such a path is always absolute from their POV. Adjust the code to be able to open files starting with ':' when kate is used on a relative path from the CLI.

BUG: 430216

Merge request reports