1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

LocalSource plugin cleanup and fixes

This commit is contained in:
f4exb
2019-12-08 10:08:56 +01:00
parent 12735f26a9
commit f1112f64d0
5 changed files with 6 additions and 10 deletions
@@ -45,8 +45,7 @@ LocalSource::LocalSource(DeviceAPI *deviceAPI) :
m_deviceAPI(deviceAPI),
m_centerFrequency(0),
m_frequencyOffset(0),
m_basebandSampleRate(48000),
m_settingsMutex(QMutex::Recursive)
m_basebandSampleRate(48000)
{
setObjectName(m_channelId);