| 125 | } |
| 126 | |
| 127 | void |
| 128 | NetForwarderUI::setCaptureSize(quint64 size) |
| 129 | { |
| 130 | this->ui->txLenLabel->setText( |
| 131 | formatCaptureSize(size * sizeof(float _Complex))); |
| 132 | } |
| 133 | |
| 134 | void |
| 135 | NetForwarderUI::setTcp(bool tcp) |
nothing calls this directly
no test coverage detected