MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / automationDisconnect

Method automationDisconnect

src/gui/ConnectionPanel.cpp:812–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812bool ConnectionPanel::automationDisconnect(QString* error)
813{
814 if (!m_connected) {
815 setAutomationError(error, QStringLiteral("not connected to a radio"));
816 return false;
817 }
818
819 emit disconnectRequested();
820 return true;
821}
822
823void ConnectionPanel::saveLowBandwidthPreference(bool enabled)
824{

Callers 1

doDisconnectMethod · 0.80

Calls 1

setAutomationErrorFunction · 0.85

Tested by

no test coverage detected