Quote Originally Posted by high_flyer View Post
What do you mean?
could you post your code?
"a.h":
signals:
void Sgl(int);

"b.cpp"
A a;
emit a.Sgl(int);

Is this clear ?