Use QRecursiveMutex

QMutex with QMutex::Recursive is deprecated
This commit is contained in:
Lars Toenning
2022-04-30 16:21:17 +02:00
parent 6ada735774
commit 8b5d02c62b
7 changed files with 14 additions and 14 deletions

View File

@@ -75,7 +75,7 @@ namespace BlackSound
QBuffer m_buffer;
QAudioFormat m_audioFormat;
QMap<CTonePair, QByteArray> m_tonePairCache;
mutable QMutex m_mutex { QMutex::Recursive };
mutable QRecursiveMutex m_mutex;
};
} // ns