elvisangelaccio added inline comments.

INLINE COMMENTS

> main.cpp:262
>              // it will have time to start up and read the file before it 
> gets deleted. #130709.
> -            qDebug() << "sleeping...";
> -            QThread::currentThread()->sleep(180); // 3 mn
> +            const int sleep_secs = 180;
> +            qDebug() << "sleeping for" << sleep_secs << "seconds before 
> deleting file...";

Please use camelCase

REVISION DETAIL
  https://phabricator.kde.org/D21367

To: Lekensteyn, elvisangelaccio, dfaure
Cc: ngraham, kde-frameworks-devel, michaelh, bruns

Reply via email to