Skip to content

OpenUrlJob: fallback to QDesktopServices::openUrl() on Windows and MacOS

Ahmad Samir requested to merge work/ahmad/macos-urls into master

OpenUrlJob didn't work on MacOS, instead fallback to QDesktopServices, which Kurt says works on MacOS. The same logic goes for Windows.

Thanks to Nicolas Fella for the idea.

For more details see: utilities/konsole!577 (comment 379150)

Merge request reports