Skip to content

preview: ensure signals/sources are removed upon destroy

Bastien Nocera requested to merge wip/hadess/fix-preview-warnings into master

Some of the objects (e.g. the overlay) will outlive the preview, so we need to disconnect signals from them when the preview or one of its subcomponents are destroyed.

Also, we were not properly cleaning up some sources upon destruction of the nav bar controls.

Merge request reports