Home GnuPG

Change std::mutex to QMutex for portability

Description

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.

Details

Provenance
aheineckeAuthored on Nov 24 2021, 3:32 PM
Parents
rKLEOPATRA6e23b46c260c: Filter out any non-OpenPGP keys in filtered key lists if CMS is disabled
Branches
Unknown
Tags
Unknown