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

Function syncModeSettingValue

src/gui/MainWindow_ReceiveSync.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75QString syncModeSettingValue(ReceiveSyncMode mode)
76{
77 return mode == ReceiveSyncMode::AutoAssist
78 ? QStringLiteral("AutoAssist")
79 : QStringLiteral("Manual");
80}
81
82ReceivePresentationSettings defaultReceivePresentationSettings()
83{

Calls

no outgoing calls

Tested by

no test coverage detected