D15180: kioexecd: watch for creations or modifications of the temporary files
Elvis Angelaccio
noreply at phabricator.kde.org
Wed Sep 5 20:23:56 BST 2018
elvisangelaccio accepted this revision.
elvisangelaccio added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> kioexecd.cpp:129
> + // check if the deleted (and not recreated) files where deleted 30s ago or more
> + for (auto it = m_deleted.begin(); it != m_deleted.end();) {
> + if (it.value().msecsTo(currentDateTime) >= predefinedTimeout) {
Maybe `constBegin()`/`constEnd()` here?
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D15180
To: jtamate, #frameworks, broulik, ngraham, dfaure, elvisangelaccio
Cc: bruns, anthonyfieroni, elvisangelaccio, kde-frameworks-devel, michaelh, ngraham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180905/a1262046/attachment.html>
More information about the Kde-frameworks-devel
mailing list