Fix build.
This commit is contained in:
parent
cb72db0345
commit
9d91bf0f68
1 changed files with 3 additions and 0 deletions
|
@ -74,8 +74,11 @@ Application::Application(const QString& id, int& argc, char** argv)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_webFactory->updateProxy();
|
m_webFactory->updateProxy();
|
||||||
|
|
||||||
|
#if defined(USE_WEBENGINE)
|
||||||
m_webFactory->urlIinterceptor()->load();
|
m_webFactory->urlIinterceptor()->load();
|
||||||
m_webFactory->adBlock()->load(true);
|
m_webFactory->adBlock()->load(true);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
Application::~Application() {
|
Application::~Application() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue