Skip to content

Replace QMutex(Recursive) with QRecursiveMutex

The declaration of QMutex(Recursive) is deprecated. This fixes several deprecation warnings. Many declarations had to be patched in order to return the correct constructs, because QRecursiveMutex is not convertible to QMutex.

Merge request reports