MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / getFileList

Method getFileList

lib/QuaZip/quazip/JlCompress.cpp:436–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436QStringList JlCompress::getFileList(QString fileCompressed) {
437 // Open zip
438 QuaZip* zip = new QuaZip(QFileInfo(fileCompressed).absoluteFilePath());
439 return getFileList(zip);
440}
441
442QStringList JlCompress::getFileList(QuaZip *zip)
443{

Callers

nothing calls this directly

Calls 6

goToFirstFileMethod · 0.80
goToNextFileMethod · 0.80
getCurrentFileInfoMethod · 0.80
openMethod · 0.45
closeMethod · 0.45
getZipErrorMethod · 0.45

Tested by

no test coverage detected