D5039: Add libzip plugin

Elvis Angelaccio noreply at phabricator.kde.org
Thu Mar 16 18:32:45 UTC 2017


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

INLINE COMMENTS

> libzipplugin.cpp:344
>      zip_error_init_with_code(&err, errcode);
>      if (archive == NULL) {
>          qCCritical(ARK) << "Failed to open archive. Code:" << errcode;

`nullptr`

> libzipplugin.cpp:389
>      zip_error_init_with_code(&err, errcode);
>      if (archive == NULL) {
>          qCCritical(ARK) << "Failed to open archive. Code:" << errcode;

`nullptr`

> libzipplugin.cpp:419
>      zip_error_init_with_code(&err, errcode);
>      if (archive == NULL) {
>          qCCritical(ARK) << "Failed to open archive:" << zip_error_strerror(&err);

`nullptr`

> libzipplugin.cpp:448
>      zip_error_init_with_code(&err, errcode);
>      if (archive == NULL) {
>          qCCritical(ARK) << "Failed to open archive. Code:" << errcode;

`nullptr`

> libzipplugin.cpp:655
>      zip_error_init_with_code(&err, errcode);
>      if (archive == NULL) {
>          qCCritical(ARK) << "Failed to open archive. Code:" << errcode;

`nullptr`

> libzipplugin.cpp:705
>      zip_error_init_with_code(&err, errcode);
>      if (archive == NULL) {
>          qCCritical(ARK) << "Failed to open archive. Code:" << errcode;

`nullptr`

REPOSITORY
  R36 Ark

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

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/20170316/021e078a/attachment-0001.html>


More information about the Kde-utils-devel mailing list