if (d->m_extraFlags & JobPrivate::EF_TransferJobAsync)
return;
}
static const int max_size = 14 * 1024 * 1024;
if (dataForSlave.size() > max_size)
{
kDebug(7007) << "send " << dataForSlave.size() / 1024 / 1024 << "MB of data in TransferJob::dataReq. This needs to be splitted, which requires a copy. Fix the application.\n";