Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Feb 6, 2017
1 parent df245da commit 2b6b18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions doc/help/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ This setting is only available with the QtWebKit backend.
[[general-print-element-backgrounds]]
=== print-element-backgrounds
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:

Expand All @@ -429,8 +430,6 @@ Valid values:

Default: +pass:[true]+

This setting is only available with the QtWebKit backend.

[[general-xss-auditing]]
=== xss-auditing
Whether load requests should be monitored for cross-site scripting attempts.
Expand Down
2 changes: 1 addition & 1 deletion qutebrowser/browser/webengine/webenginetab.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ def _connect_signals(self):
view.titleChanged.connect(self.title_changed)
view.urlChanged.connect(self._on_url_changed)
view.renderProcessTerminated.connect(
self._on_render_process_terminated)
self._on_render_process_terminated)
try:
view.iconChanged.connect(self.icon_changed)
except AttributeError:
Expand Down

0 comments on commit 2b6b18d

Please sign in to comment.