https://bugs.kde.org/show_bug.cgi?id=387201

--- Comment #10 from caulier.gil...@gmail.com ---

Maik,

QDesktopService::openUrl() is a complexe mechanism

It delegate the job to QPlatformIntegration class :

https://github.com/qt/qtbase/blob/5.10/src/gui/util/qdesktopservices.cpp#L213

which more and less call a generic Unix service here :

https://github.com/qt/qtbase/blob/5.10/src/platformsupport/services/genericunix/qgenericunixservices.cpp#L124

where the browser detection is delegate to kfmclient under KDE...

probably kfmclient call KIO stuff inside. Welcome to the jungle (:=)))...

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to