Quote Originally Posted by gilamran View Post
The return value is TRUE for both connections
So the connection is successfully made.

I can't use a debugger, because this code is an injected dll,
It doesn't change anything, you can still run the original application under the control of a debugger together with your dll.

and don't know how to use the qDebug()... (Sorry)
So learn to use it.

But just to make sure, inside mySlot function I disconnected the first connection, but it wasn't getting disconnected... man! this function is NOT being called!

I've also tried
Qt Code:
  1. this->metaObject()->indexOfSlot("mySlot()")
To copy to clipboard, switch view to plain text mode 
and got 4!! the information is there! but not being called... :-(

I'm about to cry! anyone!?
Maybe the respective signal is not emitted