Make address addable in the editor

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-08-19 21:29:29 +02:00
committed by map-per
parent cd29eda949
commit 00d3f9a370
10 changed files with 109 additions and 3 deletions

View File

@@ -127,6 +127,7 @@ public:
static bool ValidateBuildingLevels(std::string const & buildingLevels);
static bool ValidateHouseNumber(std::string const & houseNumber);
bool CheckHouseNumberWhenIsAddress() const;
static bool ValidateFlats(std::string const & flats);
static bool ValidatePostCode(std::string const & postCode);
static bool ValidatePhoneList(std::string const & phone);