| 29 | } |
| 30 | |
| 31 | void ModelKey::refreshModel() |
| 32 | { |
| 33 | if (!_model.node) return; |
| 34 | |
| 35 | attachModelNodeKeepingSkin(); |
| 36 | } |
| 37 | |
| 38 | // Update the contained model from the provided keyvalues |
| 39 | void ModelKey::modelChanged(const std::string& value) |
no outgoing calls
no test coverage detected