When I use signal and slot, for example:

mywidget->done().connect(SLOT(this, MyWidget::send));

// mywidget->done() return Signal done_;

Now, I want to emit Signal in my own thread, it runs when I start server 
// generated in main()

But there's an error to me. Does I can emit signal in another thread? how?
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to