| 209 | } // namespace |
| 210 | |
| 211 | bool unpackPiggFile(const QString &filename,const QString &target_path) |
| 212 | { |
| 213 | PiggFile hdr; |
| 214 | if(!loadPigg(filename,hdr)) |
| 215 | return false; |
| 216 | |
| 217 | return extractAllFiles(hdr,target_path); |
| 218 | } |
| 219 | |
| 220 | //! @} |
no test coverage detected