| 655 | void initMessage(const std::string& message) override { ::uiInterface.InitMessage(message); } |
| 656 | void initWarning(const bilingual_str& message) override { InitWarning(message); } |
| 657 | void initError(const bilingual_str& message) override { InitError(message); } |
| 658 | void showProgress(const std::string& title, int progress, bool resume_possible) override |
| 659 | { |
| 660 | ::uiInterface.ShowProgress(title, progress, resume_possible); |
no test coverage detected