void WebView::slotLoadProgress(int progress) { m_progress = progress; if (m_progress > 60) { checkRss(); } }
void TabbedWebView::loadingProgress(int prog) { if (prog > 60) { checkRss(); } if (isCurrent()) { p_QupZilla->updateLoadingActions(); } }