[Interest] How to start object in the thread?
Thiago Macieira
thiago.macieira at intel.com
Sun Jun 8 19:28:13 CEST 2014
Em dom 08 jun 2014, às 12:42:39, igor.mironchik at gmail.com escreveu:
> I’ve added Launcher that works on the main thread. His job is just emit
> start() signal. My Object on the different thread connects to this start()
> signal.
>
> Now Launcher emits start() signal. All is ok. But Object doesn’t receive
> it... Why?
Check that:
a) the signal was really emitted
b) the receiver was not deleted
c) the connection was successful (your earlier code had SLOT(start()), not a
signal)
d) the event loop is running on the target thread
e) there are no warnings printed to stderr or standard debug
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list