| 84 | } |
| 85 | |
| 86 | bool JlCompress::compressSubDir(QuaZip* zip, QString dir, QString origDir, bool recursive, QDir::Filters filters) { |
| 87 | return compressSubDir(zip, dir, origDir, recursive, filters, Options()); |
| 88 | } |
| 89 | |
| 90 | bool JlCompress::compressSubDir(QuaZip* zip, QString dir, QString origDir, bool recursive, QDir::Filters filters, const Options& options) { |
| 91 | // zip: object where to add the file |
nothing calls this directly
no test coverage detected