dbzhang800 / QtXlsxWriter

.xlsx file reader and writer for Qt5
http://qtxlsx.debao.me
Other
1.24k stars 631 forks source link

Casting problem #177

Closed thomas-leanfa closed 4 years ago

thomas-leanfa commented 6 years ago

https://github.com/dbzhang800/QtXlsxWriter/blob/ad90b6a2c21b300138ceb9fe9030a5917230f92d/src/xlsx/xlsxzipreader.cpp#L51

Line 51: QList<QZipReader::FileInfo> allFiles = m_reader->fileInfoList(); must to be changed to: QVector<QZipReader::FileInfo> allFiles = m_reader->fileInfoList();

VSRonin commented 6 years ago

Duplicate of #125