mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Use QRecursiveMutex
QMutex with QMutex::Recursive is deprecated
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user