1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Fix cut and paste errors from PTT feature

This commit is contained in:
Jon Beniston
2021-01-15 11:00:03 +00:00
parent 7f6eee6a10
commit 2c32224977
14 changed files with 18 additions and 28 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ int MapWebAPIAdapter::webapiSettingsGet(
QString& errorMessage)
{
(void) errorMessage;
response.setSimplePttSettings(new SWGSDRangel::SWGSimplePTTSettings());
response.getSimplePttSettings()->init();
response.setMapSettings(new SWGSDRangel::SWGMapSettings());
response.getMapSettings()->init();
Map::webapiFormatFeatureSettings(response, m_settings);
return 200;