D21367: kioexec: change the scary debug messages for delayed deletion

Elvis Angelaccio noreply at phabricator.kde.org
Sat May 25 15:59:25 BST 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190525/0503062c/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list