Skip to content

containmentview: Remove QueuedConnection from setContainment

Akseli Lahtinen requested to merge work/akselmo/remove-queuedconnection into master

Queued connection here causes a race condition when restarting plasmashell and can cause it to get stuck to crash loop, since plasmashell tries to assert for panel to be visible but this slot is not even called yet, even though the signal is emitted.

CCBUG:456947

Merge request reports