summaryrefslogtreecommitdiff
path: root/qutebrowser/qutebrowser.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-06-11 08:52:31 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-06-11 11:07:14 +0200
commit1ba2e3e24b04943bc0f4b8af7948eb0357f21f74 (patch)
tree1aadb6ae6834e1886860e69b3f7e161c2a3f1dba /qutebrowser/qutebrowser.py
parent20763a87c0b8f78ec80911c317422decbaf28de8 (diff)
downloadqutebrowser-1ba2e3e24b04943bc0f4b8af7948eb0357f21f74.tar.gz
qutebrowser-1ba2e3e24b04943bc0f4b8af7948eb0357f21f74.zip
Implement Qt 5.11 devtools support
See #3010
Diffstat (limited to 'qutebrowser/qutebrowser.py')
-rw-r--r--qutebrowser/qutebrowser.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/qutebrowser/qutebrowser.py b/qutebrowser/qutebrowser.py
index 292c80c6a..7a1bef736 100644
--- a/qutebrowser/qutebrowser.py
+++ b/qutebrowser/qutebrowser.py
@@ -86,7 +86,9 @@ def get_argparser():
"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.")
+ "for more details. This is not needed anymore since "
+ "Qt 5.11 where the inspector is always enabled and "
+ "secure.")
parser.add_argument('--json-args', help=argparse.SUPPRESS)
parser.add_argument('--temp-basedir-restarted', help=argparse.SUPPRESS)