mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
CW keyer: make webapi adapters static
This commit is contained in:
parent
62ef01c21c
commit
515031401e
@ -117,13 +117,13 @@ public:
|
||||
void setKeyboardDashes();
|
||||
void setKeyboardSilence();
|
||||
|
||||
void webapiSettingsPutPatch(
|
||||
static void webapiSettingsPutPatch(
|
||||
const QStringList& channelSettingsKeys,
|
||||
CWKeyerSettings& cwKeyerSettings,
|
||||
SWGSDRangel::SWGCWKeyerSettings *apiCwKeyerSettings
|
||||
);
|
||||
|
||||
void webapiFormatChannelSettings(
|
||||
static void webapiFormatChannelSettings(
|
||||
SWGSDRangel::SWGCWKeyerSettings *apiCwKeyerSettings,
|
||||
const CWKeyerSettings& cwKeyerSettings
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user