mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +02:00
Merge branch 'tests' of git://github.com/SamGondelman/hifi into SamGondelman-tests
This commit is contained in:
commit
ee1231362c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ private:
|
||||||
QHash<size_t, QSharedPointer<Dependency>> _instanceHash;
|
QHash<size_t, QSharedPointer<Dependency>> _instanceHash;
|
||||||
QHash<size_t, size_t> _inheritanceHash;
|
QHash<size_t, size_t> _inheritanceHash;
|
||||||
|
|
||||||
mutable QMutex _instanceHashMutex;
|
mutable QMutex _instanceHashMutex { QMutex::Recursive };
|
||||||
mutable QMutex _inheritanceHashMutex;
|
mutable QMutex _inheritanceHashMutex;
|
||||||
|
|
||||||
bool _exiting { false };
|
bool _exiting { false };
|
||||||
|
|
Loading…
Reference in a new issue