Hide QtWebEngine web inspector warning

This commit is contained in:
Florian Bruhin 2016-08-04 12:09:16 +02:00
parent 2f50d100e9
commit ee68a58001

View File

@ -352,6 +352,9 @@ def qt_message_handler(msg_type, context, msg):
# may not be available on the system
"QSslSocket: cannot resolve SSLv3_client_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':
suppressed_msgs += [