mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
Replace deprecated QMutex(Recursive) with QRecursiveMutex
This commit is contained in:
@@ -40,7 +40,6 @@ PERTesterWorker::PERTesterWorker() :
|
||||
m_msgQueueToFeature(nullptr),
|
||||
m_msgQueueToGUI(nullptr),
|
||||
m_running(false),
|
||||
m_mutex(QMutex::Recursive),
|
||||
m_rxUDPSocket(nullptr),
|
||||
m_txUDPSocket(this),
|
||||
m_txTimer(this),
|
||||
|
||||
Reference in New Issue
Block a user