| 77 | } |
| 78 | |
| 79 | void Technic::SingleZipPackInstallTask::downloadFailed(QString reason) |
| 80 | { |
| 81 | m_abortable = false; |
| 82 | emitFailed(reason); |
| 83 | m_filesNetJob.reset(); |
| 84 | } |
| 85 | |
| 86 | void Technic::SingleZipPackInstallTask::downloadProgressChanged(qint64 current, qint64 total) |
| 87 | { |