| 238 | std::error_code getOSError() { return m_os_err; } |
| 239 | |
| 240 | bool operator()(bool dryRun = false) { return operator()(QString(), dryRun); } |
| 241 | |
| 242 | int totalLinked() { return m_linked; } |
| 243 | int totalToLink() { return static_cast<int>(m_links_to_make.size()); } |