MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setForwardEnabled

Method setForwardEnabled

Components/NetForwarderUI.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

setForwardStateMethod · 0.95
setEnabledMethod · 0.45

Tested by

no test coverage detected