Skip to content

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

Vlad Zahorodnii requested to merge work/zzag/plugins-screenshot-crash into master

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.

Edited by Vlad Zahorodnii

Merge request reports