| 41 | } |
| 42 | |
| 43 | void PropertyRegionTypeControl::updateCaption() |
| 44 | { |
| 45 | PropertyPtr proper = getProperty(); |
| 46 | if (proper != nullptr) |
| 47 | mName->setCaption(proper->getType()->getName()); |
| 48 | } |
| 49 | |
| 50 | void PropertyRegionTypeControl::updateProperty() |
| 51 | { |
nothing calls this directly
no test coverage detected