| 439 | } |
| 440 | |
| 441 | void UpdateDialog::UpdateRowWithCountryInfo(CountryId const & countryId) |
| 442 | { |
| 443 | auto const items = GetTreeItemsByCountryId(countryId); |
| 444 | for (auto const item : items) |
| 445 | UpdateRowWithCountryInfo(item, countryId); |
| 446 | } |
| 447 | |
| 448 | void UpdateDialog::UpdateRowWithCountryInfo(QTreeWidgetItem * item, CountryId const & countryId) |
| 449 | { |
nothing calls this directly
no test coverage detected