mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -04:00
Channel web API utils: fixed warning
This commit is contained in:
parent
3515f6a7ee
commit
b33f1e7dd5
@ -146,6 +146,8 @@ bool ChannelWebAPIUtils::getDeviceReport(unsigned int deviceIndex, SWGSDRangel::
|
|||||||
httpRC, qPrintable(errorResponse));
|
httpRC, qPrintable(errorResponse));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ChannelWebAPIUtils::getFeatureSettings(unsigned int featureSetIndex, unsigned int featureIndex, SWGSDRangel::SWGFeatureSettings &featureSettingsResponse, Feature *&feature)
|
bool ChannelWebAPIUtils::getFeatureSettings(unsigned int featureSetIndex, unsigned int featureIndex, SWGSDRangel::SWGFeatureSettings &featureSettingsResponse, Feature *&feature)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user