| 40 | } |
| 41 | |
| 42 | bool JlCompress::compressFile(QuaZip* zip, QString fileName, QString fileDest) { |
| 43 | return compressFile(zip, fileName, fileDest, Options()); |
| 44 | } |
| 45 | |
| 46 | bool JlCompress::compressFile(QuaZip* zip, QString fileName, QString fileDest, const Options& options) { |
| 47 | // zip: object where to add the file |
nothing calls this directly
no test coverage detected