From b0f22620a2dbfb991b10a8e1e8b0c8db5e3ee117 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 8 Jun 2020 20:25:36 +0200 Subject: rbutil: Update quazip to release 0.9.1. Update to latest quazip release. Change-Id: I03189ceeadbe3110a9420153d84bd5d33d5b663f --- rbutil/rbutilqt/quazip/quazipnewinfo.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'rbutil/rbutilqt/quazip/quazipnewinfo.h') diff --git a/rbutil/rbutilqt/quazip/quazipnewinfo.h b/rbutil/rbutilqt/quazip/quazipnewinfo.h index bfd498682f..43a1e6fd08 100644 --- a/rbutil/rbutilqt/quazip/quazipnewinfo.h +++ b/rbutil/rbutilqt/quazip/quazipnewinfo.h @@ -25,9 +25,9 @@ Original ZIP package is copyrighted by Gilles Vollant, see quazip/(un)zip.h files for details, basically it's zlib license. **/ -#include -#include -#include +#include +#include +#include #include "quazip_global.h" @@ -70,7 +70,7 @@ struct QUAZIP_EXPORT QuaZipNewInfo { */ quint32 externalAttr; /// File comment. - /** Will be encoded using QuaZip::getCommentCodec(). + /** Will be encoded in UTF-8 encoding. **/ QString comment; /// File local extra field. @@ -148,8 +148,9 @@ struct QUAZIP_EXPORT QuaZipNewInfo { /** * If the file doesn't exist, a warning is printed to the stderr and nothing * is done. Otherwise, all three times, as reported by - * QFileInfo::lastModified(), QFileInfo::lastRead() and QFileInfo::created(), - * are written to the NTFS extra field record. + * QFileInfo::lastModified(), QFileInfo::lastRead() and + * QFileInfo::birthTime() (>=Qt5.10) or QFileInfo::created(), are written to + * the NTFS extra field record. * * The NTFS record is written to * both the local and the global extra fields, updating the existing record -- cgit