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

Method saveCompSettings

src/gui/ClientCompApplet.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void ClientCompApplet::saveCompSettings() const
130{
131 if (!m_audio) return;
132 if (m_side == Side::Rx) m_audio->saveClientCompRxSettings();
133 else m_audio->saveClientCompSettings();
134}
135
136void ClientCompApplet::buildUI()
137{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected