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

Reply via email to