stachenov / quazip

Qt/C++ wrapper over minizip
Other
565 stars 235 forks source link

QuaZipFile::open(OpenMode mode, const QuaZipNewInfo& info ...) does not set fileName #175

Open RichardTea opened 1 year ago

RichardTea commented 1 year ago

Opening a QuaZipFile using this function does not set the filename retrieved via QuaZipFile::getFileName()

QuaZipFile::open(OpenMode mode, const QuaZipNewInfo& info,
    const char *password, quint32 crc,
    int method, int level, bool raw,
    int windowBits, int memLevel, int strategy)

The filename passed in via const QuaZipNewInfo& info should be set.