Skip to content
Unverified Commit a2fd11a8 authored by Andre Heinecke's avatar Andre Heinecke
Browse files

Change std::mutex to QMutex for portability

std::mutex is not available on all platforms especially
not in MinGW for Windows. So with Qt we can rather use
QMutex to have portable code.
parent 6e23b46c
Pipeline #100598 passed with stage
in 14 minutes and 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment