mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 03:50:06 +00:00
Add county selection dialog
This commit is contained in:
parent
bcc7391a19
commit
769ce896e7
6 changed files with 325 additions and 0 deletions
|
|
@ -225,6 +225,11 @@ GetCounties(const std::string& state)
|
|||
return counties;
|
||||
}
|
||||
|
||||
const std::unordered_map<std::string, std::string>& GetStates()
|
||||
{
|
||||
return stateMap_;
|
||||
}
|
||||
|
||||
} // namespace CountyDatabase
|
||||
} // namespace config
|
||||
} // namespace qt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue