Hide QtWebEngine web inspector warning
This commit is contained in:
parent
2f50d100e9
commit
ee68a58001
@ -352,6 +352,9 @@ def qt_message_handler(msg_type, context, msg):
|
|||||||
# may not be available on the system
|
# may not be available on the system
|
||||||
"QSslSocket: cannot resolve SSLv3_client_method",
|
"QSslSocket: cannot resolve SSLv3_client_method",
|
||||||
"QSslSocket: cannot resolve SSLv3_server_method",
|
"QSslSocket: cannot resolve SSLv3_server_method",
|
||||||
|
# When enabling debugging with QtWebEngine
|
||||||
|
"Remote debugging server started successfully. Try pointing a "
|
||||||
|
"Chromium-based browser to ",
|
||||||
]
|
]
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
suppressed_msgs += [
|
suppressed_msgs += [
|
||||||
|
Loading…
Reference in New Issue
Block a user