mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Replace deprecated QMutex(Recursive) with QRecursiveMutex
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
MESSAGE_CLASS_DEFINITION(RemoteSourceBaseband::MsgConfigureRemoteSourceBaseband, Message)
|
||||
MESSAGE_CLASS_DEFINITION(RemoteSourceBaseband::MsgConfigureRemoteSourceWork, Message)
|
||||
|
||||
RemoteSourceBaseband::RemoteSourceBaseband() :
|
||||
m_mutex(QMutex::Recursive)
|
||||
RemoteSourceBaseband::RemoteSourceBaseband()
|
||||
{
|
||||
m_sampleFifo.resize(SampleSourceFifo::getSizePolicy(48000));
|
||||
m_channelizer = new UpChannelizer(&m_source);
|
||||
|
||||
Reference in New Issue
Block a user