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