elvisangelaccio added inline comments. INLINE COMMENTS
> main.cpp:261-263 > // it will have time to start up and read the file before it > gets deleted. #130709. > - qDebug() << "sleeping..."; > + qDebug() << "sleeping for 3 minutes before deleting file..."; > QThread::currentThread()->sleep(180); // 3 mn While at it, maybe it could be worth to put 180 in some variable `foo` and then use `foo/60` instead of hardcoding the number of minutes in the debug message. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D21367 To: Lekensteyn, elvisangelaccio, dfaure Cc: ngraham, kde-frameworks-devel, michaelh, bruns