You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: