mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Replace deprecated QMutex(Recursive) with QRecursiveMutex
This commit is contained in:
@@ -55,8 +55,7 @@ RigCtlServerWorker::RigCtlServerWorker(WebAPIAdapterInterface *webAPIAdapterInte
|
||||
m_clientConnection(nullptr),
|
||||
m_webAPIAdapterInterface(webAPIAdapterInterface),
|
||||
m_msgQueueToFeature(nullptr),
|
||||
m_running(false),
|
||||
m_mutex(QMutex::Recursive)
|
||||
m_running(false)
|
||||
{
|
||||
qDebug("RigCtlServerWorker::RigCtlServerWorker");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user