Skip to content

Draft: CompositeUploadJob: don't start job if device is disconnected

Fushan Wen requested to merge work/fuf/466617 into master

If Qt::QueuedConnection is used, it's possible for a device to disconnect during the waiting period, so make sure subjobs are not started after the device is disconnected.

BUG: 466617 FIXED-IN: 23.04.3

Merge request reports