Skip to content

plugins/screenshot: Fix a crash in ScreenShotSource2::marshal()

Vlad Zahorodnii requested to merge work/cherry-pick-8bf1f920 into Plasma/6.0

There are behavior differences between QFutureInterface and QPromise. The QFutureWatcher::finished() signal will be emitted in both cases when the promise reports results or it is canceled.

(cherry picked from commit 8bf1f920)

Merge request reports