Hello,

I have multiple threads that need access to a QHash or QMap table.
Is it save to use an QReadWriteLock or must I use QMutex for locking the table ?