src/file.cpp

changeset 477
73d65b279ec2
parent 475
1f5ab7410e4d
child 478
c7f8989c995f
equal deleted inserted replaced
476:baa35b4b67dc 477:73d65b279ec2
306 return; 306 return;
307 } 307 }
308 308
309 if (!done()) { 309 if (!done()) {
310 if (concurrent()) 310 if (concurrent())
311 QMetaObject::invokeMethod (this, "work", Qt::QueuedConnection, Q_ARG (ulong, i + 1)); 311 QMetaObject::invokeMethod (this, "work", Qt::QueuedConnection, Q_ARG (int, i + 1));
312 else 312 else
313 work (i + 1); 313 work (i + 1);
314 } 314 }
315 } 315 }
316 316

mercurial