Skip to content

wayland: Use correct signal to get notified when to destroy InputPanelV1Window

Vlad Zahorodnii requested to merge work/zzag/input-panel-destroyed into master

The window should be destroyed when the associated surface role is about to be destroyed. QObject::destroyed is too late.

Merge request reports