Fix lint
This commit is contained in:
parent
df245dae48
commit
2b6b18d7bf
@ -421,6 +421,7 @@ This setting is only available with the QtWebKit backend.
|
|||||||
[[general-print-element-backgrounds]]
|
[[general-print-element-backgrounds]]
|
||||||
=== print-element-backgrounds
|
=== print-element-backgrounds
|
||||||
Whether the background color and images are also drawn when the page is printed.
|
Whether the background color and images are also drawn when the page is printed.
|
||||||
|
This setting only works with Qt 5.8 or newer when using the QtWebEngine backend.
|
||||||
|
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
@ -429,8 +430,6 @@ Valid values:
|
|||||||
|
|
||||||
Default: +pass:[true]+
|
Default: +pass:[true]+
|
||||||
|
|
||||||
This setting is only available with the QtWebKit backend.
|
|
||||||
|
|
||||||
[[general-xss-auditing]]
|
[[general-xss-auditing]]
|
||||||
=== xss-auditing
|
=== xss-auditing
|
||||||
Whether load requests should be monitored for cross-site scripting attempts.
|
Whether load requests should be monitored for cross-site scripting attempts.
|
||||||
|
@ -700,7 +700,7 @@ class WebEngineTab(browsertab.AbstractTab):
|
|||||||
view.titleChanged.connect(self.title_changed)
|
view.titleChanged.connect(self.title_changed)
|
||||||
view.urlChanged.connect(self._on_url_changed)
|
view.urlChanged.connect(self._on_url_changed)
|
||||||
view.renderProcessTerminated.connect(
|
view.renderProcessTerminated.connect(
|
||||||
self._on_render_process_terminated)
|
self._on_render_process_terminated)
|
||||||
try:
|
try:
|
||||||
view.iconChanged.connect(self.icon_changed)
|
view.iconChanged.connect(self.icon_changed)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
Loading…
Reference in New Issue
Block a user