dwww Home | Show directory contents | Find package

# thread-with-slots

slots in a `QThread` derived class are usually a code smell, because
they'll run in the thread where the `QThread` `QObject` lives and not in
the thread itself.

Disabled by default since it's very hard to avoid for false-positives. You'll
have to explicitly enable it and check case by case for races.

Generated by dwww version 1.15 on Sat May 18 12:18:39 CEST 2024.