Florian Bruhin 2018-04-23 16:54:47 +02:00
parent bc9a8dd63f
commit e789296b7f

View File

@ -357,6 +357,10 @@ class QuteProc(testprocess.Process):
# when calling QApplication::sync # when calling QApplication::sync
"Focus object changed: " "Focus object changed: "
"<PyQt5.QtWidgets.QWidget object at *>", "<PyQt5.QtWidgets.QWidget object at *>",
# Qt >= 5.11
"Focus object changed: "
"<qutebrowser.browser.webengine.webview.WebEngineView object "
"at *>",
] ]
if (log_line.category == 'ipc' and if (log_line.category == 'ipc' and