$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vadim Lebedev (vadim_at_[hidden])
Date: 2007-04-30 03:03:27
Raymond Haeb wrote:
>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,
The components declaring sugnals, have a requirement not to use QT...
They should be portable to the
plateforms where QT is not available.
Thanks
Vadim