Re-add waiting for QQuickWidget
Apparently this is still needed on some PyQt versions.
This commit is contained in:
parent
7a7e04a054
commit
9a5439e5d0
@ -361,6 +361,9 @@ class QuteProc(testprocess.Process):
|
||||
"Focus object changed: "
|
||||
"<qutebrowser.browser.webengine.webview.WebEngineView object "
|
||||
"at *>",
|
||||
# Qt >= 5.11 with workarounds
|
||||
"Focus object changed: "
|
||||
"<PyQt5.QtQuickWidgets.QQuickWidget object at *>",
|
||||
]
|
||||
|
||||
if (log_line.category == 'ipc' and
|
||||
|
Loading…
Reference in New Issue
Block a user