Remove old :inspect note

This was true for QtWebKit and doesn't apply for QtWebEngine anymore.

See #730
This commit is contained in:
Florian Bruhin 2020-06-22 10:42:32 +02:00
parent 35ebc86176
commit 5c53f6178a
2 changed files with 0 additions and 5 deletions

View File

@ -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).

View File

@ -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).