qzxing
qzxing copied to clipboard
Fix application crashes when page with QZXing closes
Sometimes, when page with active scanner closes, QZXingFilter is still processing frame but that frame has already been removed with QVideoSink. So, application may be crashed. Qt::QueuedConnection fixes this problem.