mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #15548 from SamGondelman/tests
BUGZ-173: Fix deadlock on startup
This commit is contained in:
commit
d630f90f4d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ private:
|
|||
QHash<size_t, QSharedPointer<Dependency>> _instanceHash;
|
||||
QHash<size_t, size_t> _inheritanceHash;
|
||||
|
||||
mutable QMutex _instanceHashMutex;
|
||||
mutable QMutex _instanceHashMutex { QMutex::Recursive };
|
||||
mutable QMutex _inheritanceHashMutex;
|
||||
|
||||
bool _exiting { false };
|
||||
|
|
Loading…
Reference in a new issue