Fix waiting for initial focus object with Qt 5.11 workarounds
This was broken in d32d541ac0
because now
apparently PyQt knows it's a QQuickWidget.
This commit is contained in:
parent
40b1be6925
commit
ec88c15390
@ -361,6 +361,9 @@ class QuteProc(testprocess.Process):
|
|||||||
"Focus object changed: "
|
"Focus object changed: "
|
||||||
"<qutebrowser.browser.webengine.webview.WebEngineView object "
|
"<qutebrowser.browser.webengine.webview.WebEngineView object "
|
||||||
"at *>",
|
"at *>",
|
||||||
|
# Qt >= 5.11 with workarounds
|
||||||
|
"Focus object changed: "
|
||||||
|
"<PyQt5.QtQuickWidgets.QQuickWidget object at *>",
|
||||||
]
|
]
|
||||||
|
|
||||||
if (log_line.category == 'ipc' and
|
if (log_line.category == 'ipc' and
|
||||||
|
Loading…
Reference in New Issue
Block a user