TestFeature -------------------------------------------------------------------------------------
| 56 | |
| 57 | // TestFeature ------------------------------------------------------------------------------------- |
| 58 | TestFeature::TestFeature() : m_id(GenUniqueId()), m_center(0, 0), m_type(Type::Unknown) |
| 59 | { |
| 60 | Init(); |
| 61 | } |
| 62 | |
| 63 | TestFeature::TestFeature(StringUtf8Multilang name) |
| 64 | : m_id(GenUniqueId()) |
nothing calls this directly
no test coverage detected