| 1143 | void SetMsg(const std::string &msg) override { impl->SetMsg(msg); } |
| 1144 | |
| 1145 | void ProgressBarSetMsg(u32 progressBarIndex, |
| 1146 | const std::string &msg) override { |
| 1147 | impl->ProgressBarSetMsg(progressBarIndex, msg); |
| 1148 | } |
| 1149 | |
| 1150 | void ProgressBarReset(u32 progressBarIndex) override { |
| 1151 | impl->ProgressBarReset(progressBarIndex); |
no outgoing calls
no test coverage detected