| 47 | } |
| 48 | |
| 49 | bool P7ZipDecoder::unpackArchiveFiles(const QString& archivePath, |
| 50 | const QString& targetPath) const { |
| 51 | return runP7Zip({"e", "-y", "-o" + targetPath, archivePath}); |
| 52 | } |
| 53 | |
| 54 | bool P7ZipDecoder::unpackSecureArchiveFiles(const QString& archivePath, |
| 55 | const QString& password, |