| 392 | |
| 393 | |
| 394 | void CableWidget::onAdd(const AddEvent& e) { |
| 395 | Widget* plugContainer = APP->scene->rack->getPlugContainer(); |
| 396 | plugContainer->addChild(outputPlug); |
| 397 | plugContainer->addChild(inputPlug); |
| 398 | Widget::onAdd(e); |
| 399 | } |
| 400 | |
| 401 | |
| 402 | void CableWidget::onRemove(const RemoveEvent& e) { |
no test coverage detected