Dear friends,

I'm a little bit confused with classes that use implicit sharing and with thread-safety issue.

The question I have is: there is a QString and I want to read it from 2 different threads simultaneously. There is guarantee nobody will change QString's content (it is by design of my application). Do I have to protect it with QMutex anyway?