| 264 | } |
| 265 | |
| 266 | void reportProgress(const std::string &filename, const char stage[], const std::size_t value) override |
| 267 | { |
| 268 | mErrorLogger.reportProgress(filename, stage, value); |
| 269 | } |
| 270 | |
| 271 | ErrorLogger &mErrorLogger; |
| 272 | const Settings& mSettings; |
no outgoing calls
no test coverage detected