m42a / Lirch

Local IRC Host
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

The program dumps core if 2 QSettings objects are instantiated in different threads #6

Closed m42a closed 12 years ago

m42a commented 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).

m42a commented 12 years ago

Fixed in a fairly terrible way. d107138f8a76e30210d6842318b4f9bff006e9e0

hagemt commented 12 years ago

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.