Hello!

I have a basic question, can a slot return a type or the return type has to be always void?

If it can, how could I save the value in a variable?, I mean, if the slot it is call like this:

connect(timer1, SIGNAL(timeOut()),this, SLOT(read()));

And read() return a char*.

Cheers