| 29 | } |
| 30 | |
| 31 | void Window_ImportProgress::SetProgress(int pct, const std::string& path) { |
| 32 | percent = pct; |
| 33 | curr_path = path; |
| 34 | Refresh(); |
| 35 | } |
| 36 | |
| 37 | void Window_ImportProgress::Refresh() { |
| 38 | contents->Clear(); |
no outgoing calls
no test coverage detected