Skip to content

taskmanager: Use proper QUrls for recent document actions

Fabian Vogt requested to merge work/fvogt/kde457685 into master

The resource can either be a URL or an absolute path, the url() method converts the latter into a proper URL. Without this, a local path might end up getting parsed (badly) as URL, causing weird behaviour later, like resorting to kioexec/kio-fuse.

BUG: 457685

Merge request reports