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.
Opening a QuaZipFile using this function does not set the filename retrieved via QuaZipFile::getFileName()
The filename passed in via
const QuaZipNewInfo& info
should be set.