Skip to content
Commit 2e536923 authored by David Edmundson's avatar David Edmundson
Browse files

Guard against Keystate outliving QGuiApplication

If KeyState outlives QGuiApplication, for example if stored the
singleton is used in a static, we can't make wayland calls. Proxies
can't be used after the display is closed.

In these cases we should no-op.

This fixes a lock screen crash
parent 1f008e93
Pipeline #421982 passed with stage
in 2 minutes and 43 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment