mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Use QRecursiveMutex
QMutex with QMutex::Recursive is deprecated
This commit is contained in:
@@ -184,7 +184,7 @@ namespace BlackMisc
|
||||
|
||||
bool m_started = false;
|
||||
bool m_finished = false;
|
||||
mutable QMutex m_finishedMutex { QMutex::Recursive };
|
||||
mutable QRecursiveMutex m_finishedMutex;
|
||||
static QSet<CWorkerBase *> s_allWorkers;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user