| 69 | } |
| 70 | |
| 71 | void frmProgress::enqueueFiles(const QStringList &fileList) { |
| 72 | for (int i = 0; i < fileList.size(); i++) { |
| 73 | enqueueFile(fileList.at(i)); |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | bool frmProgress::download() { |
| 78 | if (summary.isVisible()) { |
no outgoing calls
no test coverage detected