Closed m42a closed 12 years ago
To get around this we'll need to make a plugin to create a single QSettings object and pass it around with a mutex (or a semaphore if we want to be clever).
QSettings
Fixed in a fairly terrible way. d107138f8a76e30210d6842318b4f9bff006e9e0
Your patch holds us until code review. You might be unsatisfied with it for neatness, but there's worse in some production code out there.
To get around this we'll need to make a plugin to create a single
QSettings
object and pass it around with a mutex (or a semaphore if we want to be clever).