| 279 | } |
| 280 | |
| 281 | void KDevelop::StandardDocumentationView::setHtml(const QString& html) |
| 282 | { |
| 283 | Q_D(StandardDocumentationView); |
| 284 | |
| 285 | d->m_view->page()->setHtml(html); |
| 286 | } |
| 287 | |
| 288 | void KDevelop::StandardDocumentationView::installUrlSchemeHandler(const QByteArray& scheme, |
| 289 | QWebEngineUrlSchemeHandler* handler) |
no outgoing calls
no test coverage detected