Hi,
In a Qt application, the main thread runs in an event loop. If this Qt application receives a signal it had registered for on the Qt D-Bus, what thread will handle the signal. Is it the main thread or will another thread be created to handle it?
Thanks.