From 4bac72aa13e6818460f6b71127d3af5bd7e00ca5 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Fri, 28 Jun 2019 10:58:17 +0200 Subject: Port from QMutex::Recursive to QRecursiveMutex Change-Id: I5bf128b4479971e87d377707f2ebf267ccba1f1d Reviewed-by: Fabian Kosmale Reviewed-by: Ulf Hermann --- src/qml/jsruntime/qv4executableallocator_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4executableallocator_p.h') diff --git a/src/qml/jsruntime/qv4executableallocator_p.h b/src/qml/jsruntime/qv4executableallocator_p.h index 013c6d7120..f98f2c7d33 100644 --- a/src/qml/jsruntime/qv4executableallocator_p.h +++ b/src/qml/jsruntime/qv4executableallocator_p.h @@ -130,7 +130,7 @@ public: private: QMultiMap freeAllocations; QMap chunks; - mutable QMutex mutex; + mutable QRecursiveMutex mutex; }; } -- cgit v1.2.3