Ignore "Unexpected null parameter" warning

This commit is contained in:
Florian Bruhin 2016-10-28 07:43:40 +02:00
parent 1b3e9613ea
commit 5ebaddfaf2

View File

@ -409,6 +409,8 @@ def qt_message_handler(msg_type, context, msg):
"QXcbClipboard: SelectionRequest too old", "QXcbClipboard: SelectionRequest too old",
# https://github.com/The-Compiler/qutebrowser/issues/2071 # https://github.com/The-Compiler/qutebrowser/issues/2071
'QXcbWindow: Unhandled client message: ""', 'QXcbWindow: Unhandled client message: ""',
# No idea where this comes from...
"QObject::disconnect: Unexpected null parameter",
] ]
if sys.platform == 'darwin': if sys.platform == 'darwin':
suppressed_msgs += [ suppressed_msgs += [