Comment 24 for bug 408086

Revision history for this message
In , Eol (igor-poboiko) wrote :

Created attachment 53154
possible fix

I was totally wrong about previous fixes. Looks like the problem is that YABTask overrides TransferJob's default slotResult and slotData functions. And because of it, slotResult calls twice (first call is in TransferJob, second - because of signal), and it makes some problems. So maybe renaming these functions in YABTask will help. Please, can anyone check my guess with attached patch?