mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-03 19:59:43 +01:00
Some edit.
This commit is contained in:
parent
b525d64592
commit
beb8ba41d9
@ -7,6 +7,7 @@
|
||||
|
||||
#include "core/basenetworkaccessmanager.h"
|
||||
#include "gui/basewebview.h"
|
||||
#include "gui/basewebpage.h"
|
||||
#include "gui/webbrowser.h"
|
||||
#include "gui/locationlineedit.h"
|
||||
#include "gui/themefactory.h"
|
||||
@ -74,7 +75,7 @@ void WebBrowser::createConnections() {
|
||||
this, &WebBrowser::updateUrl);
|
||||
|
||||
// Change location textbox status according to webpage status.
|
||||
connect(m_webView, &BaseWebView::loadProgress,
|
||||
connect(m_webView->page(), &BaseWebPage::loadProgress,
|
||||
m_txtLocation, &LocationLineEdit::setProgress);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user