Remove old :inspect note
This was true for QtWebKit and doesn't apply for QtWebEngine anymore. See #730
This commit is contained in:
parent
35ebc86176
commit
5c53f6178a
|
|
@ -731,8 +731,6 @@ Syntax: +:inspector ['position']+
|
|||
|
||||
Toggle the web inspector.
|
||||
|
||||
Note: Due to a bug in Qt, the inspector will show incorrect request headers in the network tab.
|
||||
|
||||
==== positional arguments
|
||||
* +'position'+: Where to open the inspector (right/left/top/bottom/window).
|
||||
|
||||
|
|
|
|||
|
|
@ -1248,9 +1248,6 @@ class CommandDispatcher:
|
|||
) -> None:
|
||||
"""Toggle the web inspector.
|
||||
|
||||
Note: Due to a bug in Qt, the inspector will show incorrect request
|
||||
headers in the network tab.
|
||||
|
||||
Args:
|
||||
position: Where to open the inspector
|
||||
(right/left/top/bottom/window).
|
||||
|
|
|
|||
Loading…
Reference in New Issue