| 55 | } |
| 56 | |
| 57 | void PropertyAlignControl::updateCaption() |
| 58 | { |
| 59 | PropertyPtr proper = getProperty(); |
| 60 | if (proper != nullptr) |
| 61 | mName->setCaption(proper->getType()->getName()); |
| 62 | } |
| 63 | |
| 64 | void PropertyAlignControl::updateProperty() |
| 65 | { |
nothing calls this directly
no test coverage detected