| 103 | } |
| 104 | |
| 105 | void |
| 106 | NetForwarderUI::setForwardEnabled(bool enabled) |
| 107 | { |
| 108 | if (!enabled) |
| 109 | this->setForwardState(false); |
| 110 | |
| 111 | this->ui->udpStartStopButton->setEnabled(enabled); |
| 112 | } |
| 113 | |
| 114 | static QString |
| 115 | formatCaptureSize(quint64 size) |
nothing calls this directly
no test coverage detected