mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-26 12:04:13 -04:00
Replace deprecated QMutex(Recursive) with QRecursiveMutex
This commit is contained in:
@@ -118,7 +118,7 @@ private:
|
||||
MessageQueue *m_msgQueueToFeature; //!< Queue to report channel change to main feature object
|
||||
RigCtlServerSettings m_settings;
|
||||
bool m_running;
|
||||
QMutex m_mutex;
|
||||
QRecursiveMutex m_mutex;
|
||||
|
||||
static const unsigned int m_CmdLength;
|
||||
static const unsigned int m_ResponseLength;
|
||||
|
||||
Reference in New Issue
Block a user