Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.5.0
-
None
-
OS X
-
97c8f6aa9c774aa0aac8948dd619e93944ec104a, e117459e0d3d0670aa2cc60dfa3eafe81bbf11a9
Description
While implementing Qt bluetooth service discovery , I could not get signals and slots from found services when I was executing service discovery in separate class derived from QThread.
Service discovery never finished (discoveryFinished not received) , all the signal slots connections were done successfully before discovery was started
Only way I got this working was to use thread of QCoreApplication::instance()->thread();
Is this a feature or a bug or what is the reason that event loop in separate thread does not work with this
Attachments
Issue Links
- depends on
-
QTBUG-51961 QTimer does not work in a thread with CoreFoundation event dispatcher
- Closed