You could put a log output in each thread's constructor, or set a break point in QObject::setParent() at the place where it warns about this.
The usual way to handle this is to check where you threads construct objects with a parent.
Cheers,
_
You could put a log output in each thread's constructor, or set a break point in QObject::setParent() at the place where it warns about this.
The usual way to handle this is to check where you threads construct objects with a parent.
Cheers,
_
Bookmarks