mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-15 20:28:52 -04:00
Fix type
This commit is contained in:
@@ -31,8 +31,8 @@ int PSK31WebAPIAdapter::webapiSettingsGet(
|
||||
QString& errorMessage)
|
||||
{
|
||||
(void) errorMessage;
|
||||
response.setPSK31ModSettings(new SWGSDRangel::SWGPSK31ModSettings());
|
||||
response.getPSK31ModSettings()->init();
|
||||
response.setPsk31ModSettings(new SWGSDRangel::SWGPSK31ModSettings());
|
||||
response.getPsk31ModSettings()->init();
|
||||
PSK31::webapiFormatChannelSettings(response, m_settings);
|
||||
|
||||
return 200;
|
||||
|
||||
Reference in New Issue
Block a user