Skip to content

Commit

Permalink
Stop marking QtWebEngine as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Jun 30, 2017
1 parent 0d5a33e commit e4a054d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/qutebrowser.1.asciidoc
Expand Up @@ -57,7 +57,7 @@ show it.
How URLs should be opened if there is already a qutebrowser instance running.

*--backend* '{webkit,webengine}'::
Which backend to use (webengine backend is EXPERIMENTAL!).
Which backend to use.

*--enable-webengine-inspector*::
Enable the web inspector for QtWebEngine. Note that this is a SECURITY RISK and you should not visit untrusted websites with the inspector turned on. See https://bugreports.qt.io/browse/QTBUG-50725 for more details.
Expand Down
3 changes: 1 addition & 2 deletions qutebrowser/qutebrowser.py
Expand Up @@ -64,8 +64,7 @@ def get_argparser():
help="How URLs should be opened if there is already a "
"qutebrowser instance running.")
parser.add_argument('--backend', choices=['webkit', 'webengine'],
help="Which backend to use (webengine backend is "
"EXPERIMENTAL!).")
help="Which backend to use.")
parser.add_argument('--enable-webengine-inspector', action='store_true',
help="Enable the web inspector for QtWebEngine. Note "
"that this is a SECURITY RISK and you should not "
Expand Down

0 comments on commit e4a054d

Please sign in to comment.