Skip to content

greeter: Don't accumulate KScreen::Dpms objects after each Esc press

It may not be worth to keep a member variable around for actual state tracking, but we don't have to just add one KScreen::Dpms after another to the list of QObject children when the user releases the Escape key.

Or is UnlockApp so short-lived that we really don't care about this?

Merge request reports