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: 125886wilder-5.14
parent
6fb5c270af
commit
6aedc9534f
3 changed files with 2 additions and 7 deletions
Loading…
Reference in new issue