mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Merge branch 'v2.1'
This commit is contained in:
commit
44cd68e3d9
@ -421,8 +421,10 @@ void WebView::slotLoadStarted()
|
|||||||
|
|
||||||
void WebView::slotLoadProgress(int progress)
|
void WebView::slotLoadProgress(int progress)
|
||||||
{
|
{
|
||||||
|
if (m_progress < 100) {
|
||||||
m_progress = progress;
|
m_progress = progress;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void WebView::slotLoadFinished(bool ok)
|
void WebView::slotLoadFinished(bool ok)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user