Add county selection dialog

This commit is contained in:
Dan Paulat 2023-12-08 05:15:57 -06:00
parent bcc7391a19
commit 769ce896e7
6 changed files with 325 additions and 0 deletions

View file

@ -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