| 567 | } |
| 568 | |
| 569 | void |
| 570 | Effect::endChanges() |
| 571 | { |
| 572 | getInternalNode()->getEffectInstance()->endChanges(); |
| 573 | getInternalNode()->endInputEdition(true); |
| 574 | } |
| 575 | |
| 576 | IntParam* |
| 577 | UserParamHolder::createIntParam(const QString& name, |
nothing calls this directly
no test coverage detected