Em dom 08 jun 2014, às 12:42:39, igor.mironc...@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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to