From: Raymond Haeb (ray.haeb_at_[hidden])
Date: 2007-04-29 20:07:19


Vadim Lebedev schrieb:
> I'm working on a project using QT and boost and we have a requirements
> that certains signals should be handled inside main QT thread but raised
> in another thread.

Why don't you use QThread? It hast this functionality
(since QT 4.0 (iirc)).

Raymond