| 134 | bool operator()(bool dryRun = false) { return operator()(QString(), dryRun); } |
| 135 | |
| 136 | qsizetype totalCopied() { return m_copied; } |
| 137 | qsizetype totalFailed() { return m_failedPaths.length(); } |
| 138 | QStringList failed() { return m_failedPaths; } |
| 139 |
no outgoing calls
no test coverage detected