Ignore 'Method "GetAll"' Qt warning with escapes.
For some reason, since some time this message appears with those escapes in it.
This commit is contained in:
parent
be2c0e30b6
commit
785e2052f6
@ -21,6 +21,7 @@ qt_log_ignore =
|
|||||||
^QWindowsWindow::setGeometryDp: Unable to set geometry .*
|
^QWindowsWindow::setGeometryDp: Unable to set geometry .*
|
||||||
^QProcess: Destroyed while process .* is still running\.
|
^QProcess: Destroyed while process .* is still running\.
|
||||||
^"Method "GetAll" with signature "s" on interface "org\.freedesktop\.DBus\.Properties" doesn't exist
|
^"Method "GetAll" with signature "s" on interface "org\.freedesktop\.DBus\.Properties" doesn't exist
|
||||||
|
^"Method \\"GetAll\\" with signature \\"s\\" on interface \\"org\.freedesktop\.DBus\.Properties\\" doesn't exist\\n"
|
||||||
^virtual void QSslSocketBackendPrivate::transmit\(\) SSL write failed with error: -9805
|
^virtual void QSslSocketBackendPrivate::transmit\(\) SSL write failed with error: -9805
|
||||||
^virtual void QSslSocketBackendPrivate::transmit\(\) SSLRead failed with: -9805
|
^virtual void QSslSocketBackendPrivate::transmit\(\) SSLRead failed with: -9805
|
||||||
^Type conversion already registered from type .*
|
^Type conversion already registered from type .*
|
||||||
|
@ -294,6 +294,8 @@ def qt_message_handler(msg_type, context, msg):
|
|||||||
# Hopefully harmless
|
# Hopefully harmless
|
||||||
'"Method "GetAll" with signature "s" on interface '
|
'"Method "GetAll" with signature "s" on interface '
|
||||||
'"org.freedesktop.DBus.Properties" doesn\'t exist',
|
'"org.freedesktop.DBus.Properties" doesn\'t exist',
|
||||||
|
'"Method \\"GetAll\\" with signature \\"s\\" on interface '
|
||||||
|
'\\"org.freedesktop.DBus.Properties\\" doesn\'t exist\\n"',
|
||||||
'WOFF support requires QtWebKit to be built with zlib support.',
|
'WOFF support requires QtWebKit to be built with zlib support.',
|
||||||
# Weird Enlightment/GTK X extensions
|
# Weird Enlightment/GTK X extensions
|
||||||
'QXcbWindow: Unhandled client message: "_E_',
|
'QXcbWindow: Unhandled client message: "_E_',
|
||||||
|
Loading…
Reference in New Issue
Block a user