Ignore "Unexpected null parameter" warning
This commit is contained in:
parent
1b3e9613ea
commit
5ebaddfaf2
@ -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 += [
|
||||||
|
Loading…
Reference in New Issue
Block a user