MCPcopy Create free account
hub / github.com/comaps/comaps / UpdateRowWithCountryInfo

Method UpdateRowWithCountryInfo

qt/update_dialog.cpp:441–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void UpdateDialog::UpdateRowWithCountryInfo(CountryId const & countryId)
442{
443 auto const items = GetTreeItemsByCountryId(countryId);
444 for (auto const item : items)
445 UpdateRowWithCountryInfo(item, countryId);
446}
447
448void UpdateDialog::UpdateRowWithCountryInfo(QTreeWidgetItem * item, CountryId const & countryId)
449{

Callers

nothing calls this directly

Calls 5

ASSERTFunction · 0.85
GetChildrenMethod · 0.80
GetNodeAttrsMethod · 0.80
isEmptyMethod · 0.45
setDataMethod · 0.45

Tested by

no test coverage detected