Skip to content

Fix the error message when opening a konq url when QtWebEngine is not the default engine

When the default HTML engine is not QtWebEngine, opening an URL with the konq protocol used to display the error message for the KIO::CANNOT_CREATE_SLAVE error. This was misleading because there's no io-slave for the konq protocol, so it has been replaced by the message for the KIO::UNSUPPORTED_PROTOCOL error.

Merge request reports