Skip to content

plugins/screencast: Neutralize stopped streams

Vlad Zahorodnii requested to merge work/cherry-pick-8428b460 into Plasma/6.0

Streams are deleted with QObject::deleteLater(), it's still possible to process some events before the stream is actually destroyed, which can cause problems.

(cherry picked from commit 8428b460)

Merge request reports