D6830: Make use of kauth helper in copy method of file ioslave

Chinmoy Ranjan Pradhan noreply at phabricator.kde.org
Sun Aug 6 16:55:28 UTC 2017


chinmoyr updated this revision to Diff 17782.
chinmoyr added a comment.


  - added 'return'
  - fixed some typos
  - dest_file.remove() -> QFile::remove(dest). because when working with fd, dest_file.remove() fails but doesn't set errno to EACCES or EPERM.
  - dest_file.setPermissions() -> QFile::setPermissions(...), for the same reason.

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D6830?vs=17018&id=17782

BRANCH
  third

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

AFFECTED FILES
  src/ioslaves/file/file_unix.cpp

To: chinmoyr, dfaure, #frameworks
Cc: elvisangelaccio, #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170806/07b89cc0/attachment.html>


More information about the Kde-frameworks-devel mailing list