Comment 1 for bug 1186556

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: Browser does not respond to Qt.resolvedUrl

Qt.openUrlExternally(…) relies on QDesktopServices::openUrl(…), which in turn relies on the QPlatformServices instance exposed by the platform plugin (in that case qtubuntu).
As far as I can tell, qtubuntu doesn’t expose any QPlatformServices related functions, so this would have to be implemented there.