dfaure added a comment.

  separate commits are easier to review, so that's fine

INLINE COMMENTS

> file.cpp:651
> +                        oflags = O_RDWR | O_APPEND;
> +                        openMode = QIODevice::ReadWrite | QIODevice::Append;
>                      } else {

why not share this with lines 633/635?

i.e. determine openMode once and for all, use it in both cases (as user, then 
as root)

> file_unix.cpp:603
> +                    // Some error occurred while we tried to symlink
> +                    error(KIO::ERR_CANNOT_SYMLINK, dest);                }
> +                return;

weird placement for '}', newline missing

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

To: chinmoyr, dfaure, #frameworks
Cc: #frameworks

Reply via email to