MCPcopy Create free account
hub / github.com/QuiteRSS/quiterss / slotSetHtmlWebView

Method slotSetHtmlWebView

src/newstabwidget.cpp:1854–1859  ·  view source on GitHub ↗

@brief Asynchorous update web view *----------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

1852/** @brief Asynchorous update web view
1853 *----------------------------------------------------------------------------*/
1854void NewsTabWidget::slotSetHtmlWebView(const QString &html)
1855{
1856 webView_->history()->setMaximumItemCount(0);
1857 webView_->setHtml(html);
1858 webView_->history()->setMaximumItemCount(100);
1859}
1860
1861void NewsTabWidget::hideWebContent()
1862{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected