Add missing docstring
This commit is contained in:
parent
e9d606a782
commit
c558a8b4ad
@ -51,6 +51,8 @@ class WebEngineView(QWebEngineView):
|
||||
|
||||
class WebEnginePage(QWebEnginePage):
|
||||
|
||||
"""Custom QWebEnginePage subclass with qutebrowser-specific features."""
|
||||
|
||||
certificate_error = pyqtSignal()
|
||||
|
||||
def certificateError(self, error):
|
||||
|
Loading…
Reference in New Issue
Block a user