mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-20 06:38:36 -04:00
Replace deprecated QMutex(Recursive) with QRecursiveMutex
This commit is contained in:
@@ -46,8 +46,7 @@ AFCWorker::AFCWorker(WebAPIAdapterInterface *webAPIAdapterInterface) :
|
||||
m_freqTracker(nullptr),
|
||||
m_trackerDeviceFrequency(0),
|
||||
m_trackerChannelOffset(0),
|
||||
m_updateTimer(this),
|
||||
m_mutex(QMutex::Recursive)
|
||||
m_updateTimer(this)
|
||||
{
|
||||
qDebug("AFCWorker::AFCWorker");
|
||||
connect(&m_updateTimer, SIGNAL(timeout()), this, SLOT(updateTarget()));
|
||||
|
||||
Reference in New Issue
Block a user