[Qt-interest] need help with qobject connect
Sean Harmer
sean.harmer at maps-technology.com
Fri Aug 7 20:13:44 CEST 2009
Hi,
On Friday 07 Aug 2009 17:54:20 Ivan Lyapunov wrote:
> It's not the only one purpuse to indicate something to signal emitter with
> non-const reference.
> I want to change my struct during the emission, since the emission queue is
> serialized by Qt and it's not a multithread.
> So i can change any parameter in struct in first SLOT to the end of
> connectors in a connection order, like in a filter.
> But unfortunately i should rewrite my code to void* calls because of
> strange architect prohibition.
Why not just use a pointer to your data as an argument in the signal/slot
connection?
Sean
More information about the Qt-interest-old
mailing list