mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 21:01:45 -05:00
Fix type
This commit is contained in:
parent
f0fede4263
commit
3eaec1abad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user