aboutsummaryrefslogtreecommitdiffstats
path: root/tests/thread-with-slots
Commit message (Collapse)AuthorAgeFilesLines
* Introduce thread-with-slotsSergio Martins2017-10-083-0/+54
slots in a QThread derived classe is 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, you'll have to explicitly enable it, and check case by case if you have races.