| 103 | } |
| 104 | |
| 105 | void ModuleWidget::addParam(ParamWidget* param) { |
| 106 | addChild(param); |
| 107 | } |
| 108 | |
| 109 | void ModuleWidget::addInput(PortWidget* input) { |
| 110 | // Check that the port is an input |
nothing calls this directly
no outgoing calls
no test coverage detected