plugins/screenshot: Fix a crash in ScreenShotSource2::marshal()
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