giovanni
7th August 2010, 14:04
Hello everybody!
I'm getting trouble understanding how to schedule a state transition based on a generic QObject signal.
I mean, how can I make something like the following to work?
start_state.addTransition(generic_object, SIGNAL(generic_signal), end_state);
Is there any work-around to solve this?
I'm also including a convenience code snapshot.
Thanks for your help. Giovanni
I'm getting trouble understanding how to schedule a state transition based on a generic QObject signal.
I mean, how can I make something like the following to work?
start_state.addTransition(generic_object, SIGNAL(generic_signal), end_state);
Is there any work-around to solve this?
I'm also including a convenience code snapshot.
Thanks for your help. Giovanni