I'm talking about using signals within a thread, but this generally applies to using slots across threads as well.
If a thread doesn't have an event loop, all its objects' events won't ever be processed.Yes, any event that targets this thread( without an event loop ) is a potential danger to the entire application ( therefore to other threads ).






Reply With Quote
Bookmarks