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

Method saveTubeSettings

src/gui/ClientTubeApplet.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void ClientTubeApplet::saveTubeSettings() const
55{
56 if (!m_audio) return;
57 if (m_side == Side::Rx) m_audio->saveClientTubeRxSettings();
58 else m_audio->saveClientTubeSettings();
59}
60
61void ClientTubeApplet::buildUI()
62{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected