CW keyer: make webapi adapters static

pull/398/head
f4exb 2019-08-01 02:34:50 +02:00
rodzic 62ef01c21c
commit 515031401e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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
);