From c57ad91e0476a807bb3997f4daa4158aa30b7a63 Mon Sep 17 00:00:00 2001 From: Florian Bruhin <git@the-compiler.org> Date: Thu, 24 Nov 2016 06:43:33 +0100 Subject: [PATCH] Update comment for ignored Qt warning --- qutebrowser/utils/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/utils/log.py b/qutebrowser/utils/log.py index 1a3db19be..05163577c 100644 --- a/qutebrowser/utils/log.py +++ b/qutebrowser/utils/log.py @@ -409,7 +409,7 @@ def qt_message_handler(msg_type, context, msg): "QXcbClipboard: SelectionRequest too old", # https://github.com/The-Compiler/qutebrowser/issues/2071 'QXcbWindow: Unhandled client message: ""', - # No idea where this comes from... + # https://codereview.qt-project.org/176831 "QObject::disconnect: Unexpected null parameter", ] if sys.platform == 'darwin':