Handle new focus object for Qt 5.11
See https://codereview.qt-project.org/#/c/221408/10 and #3661: https://github.com/qutebrowser/qutebrowser/issues/3661#issuecomment-375969315
This commit is contained in:
parent
bc9a8dd63f
commit
e789296b7f
@ -357,6 +357,10 @@ class QuteProc(testprocess.Process):
|
||||
# when calling QApplication::sync
|
||||
"Focus object changed: "
|
||||
"<PyQt5.QtWidgets.QWidget object at *>",
|
||||
# Qt >= 5.11
|
||||
"Focus object changed: "
|
||||
"<qutebrowser.browser.webengine.webview.WebEngineView object "
|
||||
"at *>",
|
||||
]
|
||||
|
||||
if (log_line.category == 'ipc' and
|
||||
|
Loading…
Reference in New Issue
Block a user