From 26439500f72b8104cb1527aaff1ac625db96d5fc Mon Sep 17 00:00:00 2001 From: srcejon Date: Wed, 6 Sep 2023 15:49:59 +0100 Subject: [PATCH] Fix name --- plugins/channeltx/modpsk31/psk31modwebapiadapter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/channeltx/modpsk31/psk31modwebapiadapter.cpp b/plugins/channeltx/modpsk31/psk31modwebapiadapter.cpp index 55de65da5..8c0cbc4ae 100644 --- a/plugins/channeltx/modpsk31/psk31modwebapiadapter.cpp +++ b/plugins/channeltx/modpsk31/psk31modwebapiadapter.cpp @@ -31,8 +31,8 @@ int PSK31WebAPIAdapter::webapiSettingsGet( QString& errorMessage) { (void) errorMessage; - response.setPSK31Settings(new SWGSDRangel::SWGPSK31ModSettings()); - response.getPSK31Settings()->init(); + response.setPSK31ModSettings(new SWGSDRangel::SWGPSK31ModSettings()); + response.getPSK31ModSettings()->init(); PSK31::webapiFormatChannelSettings(response, m_settings); return 200;