
30 Apr
2007
30 Apr
'07
7:03 a.m.
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