CW keyer: make webapi adapters static

This commit is contained in:
f4exb 2019-08-01 02:34:50 +02:00
parent 62ef01c21c
commit 515031401e
1 changed files with 2 additions and 2 deletions

View File

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