Skip to content

Add aboutToBeDestroyed signal to various xdg-shell classes

Vlad Zahorodnii requested to merge work/xdg-shell-about-to-be-destroyed into master

With the aboutToBeDestroyed signal, the compositor will be able to perform cleanup before the QObject::destroyed signal is emitted, which saves us some nullptr checks.

Merge request reports