1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Merge branch 'v2.1'

This commit is contained in:
David Rosca 2017-03-18 16:11:34 +01:00
commit 44cd68e3d9

View File

@ -421,7 +421,9 @@ void WebView::slotLoadStarted()
void WebView::slotLoadProgress(int progress)
{
m_progress = progress;
if (m_progress < 100) {
m_progress = progress;
}
}
void WebView::slotLoadFinished(bool ok)