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

Method extractFiles

lib/QuaZip/quazip/JlCompress.cpp:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354QStringList JlCompress::extractFiles(QString fileCompressed, QStringList files, QString dir) {
355 // Create zip
356 QuaZip zip(fileCompressed);
357 return extractFiles(zip, files, dir);
358}
359
360QStringList JlCompress::extractFiles(QuaZip &zip, const QStringList &files, const QString &dir)
361{

Callers

nothing calls this directly

Calls 5

openMethod · 0.45
countMethod · 0.45
appendMethod · 0.45
closeMethod · 0.45
getZipErrorMethod · 0.45

Tested by

no test coverage detected