Quote Originally Posted by mcosta View Post
I think the problem is emitting a signal with a char*argument.
Try to use a const QByteArray& or const QString&
do you mean i should use QByteArray instead of QString for the argument of the "newData"?
can you give any example or URL that show about it?
still a little bit confuse to use QT, but i like QT anyway