From 515031401ede7f3984e72ffb9560865872f2e1f2 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 1 Aug 2019 02:34:50 +0200 Subject: [PATCH] CW keyer: make webapi adapters static --- sdrbase/dsp/cwkeyer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdrbase/dsp/cwkeyer.h b/sdrbase/dsp/cwkeyer.h index 1e56dfcd7..6335308ca 100644 --- a/sdrbase/dsp/cwkeyer.h +++ b/sdrbase/dsp/cwkeyer.h @@ -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 );