D8305: libzip: Support file permissions when creating/opening archives

Elvis Angelaccio noreply at phabricator.kde.org
Mon Oct 16 17:36:31 UTC 2017


elvisangelaccio accepted this revision.
elvisangelaccio added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> libzipplugin.cpp:239
> +    QT_STATBUF result;
> +    if (QT_STAT(file.toUtf8(), &result) != 0) {
> +        qCWarning(ARK) << "Failed to read permissions for:" << file;

`QT_STAT(QFile::encodeName(...))`

REPOSITORY
  R36 Ark

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

To: rthomsen, elvisangelaccio
Cc: kde-utils-devel, #ark, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20171016/51c5789b/attachment.html>


More information about the Kde-utils-devel mailing list