1
0
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:
Jiří Pinkava
2022-09-15 21:59:42 +02:00
parent b20b3ea343
commit 0df2d75e6d
234 changed files with 310 additions and 432 deletions
@@ -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;