Skip to content
  • David Rosca's avatar
    drkonqi: Drop KF5::WebKit dependency · e1209670
    David Rosca authored
    Replace KWebView with QTextBrowser in unhandled bugzilla error dialog.
    KWebView is not used to load a page here, it is just used to display
    HTML with setHtml (without baseUrl) so any external URLs (stylesheets,
    images, ...) are not resolved.
    Replacing it with QTextBrowser should provide similar rendering.
    
    REVIEW: 125886
    e1209670