This commit is contained in:
Florian Bruhin 2017-02-08 12:14:24 +01:00
parent 2501eed5f5
commit 6ae7960d9a

View File

@ -540,8 +540,8 @@ class AbstractTab(QWidget):
fullscreen_requested: Fullscreen display was requested by the page.
arg: True if fullscreen should be turned on,
False if it should be turned off.
renderer_process_terminated: Emitted when the underlying renderer process
terminated.
renderer_process_terminated: Emitted when the underlying renderer
process terminated.
arg 0: A TerminationStatus member.
arg 1: The exit code.
"""