| 1661 | } |
| 1662 | |
| 1663 | void |
| 1664 | InspectorUI::onNetCommit(void) |
| 1665 | { |
| 1666 | this->netForwarderUI->setCaptureSize(this->socketForwarder->getSize()); |
| 1667 | } |
| 1668 | |
| 1669 | void |
| 1670 | InspectorUI::onUnitChanged(void) |
nothing calls this directly
no test coverage detected