mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-17 16:24:08 -04:00
Replace deprecated QMutex(Recursive) with QRecursiveMutex
This commit is contained in:
@@ -47,7 +47,6 @@ VorLocalizerWorker::VorLocalizerWorker(WebAPIAdapterInterface *webAPIAdapterInte
|
||||
m_availableChannels(nullptr),
|
||||
m_running(false),
|
||||
m_updateTimer(this),
|
||||
m_mutex(QMutex::Recursive),
|
||||
m_rrTimer(this)
|
||||
{
|
||||
qDebug("VorLocalizerWorker::VorLocalizerWorker");
|
||||
|
||||
Reference in New Issue
Block a user