The return value is TRUE for both connectionsCheck the return value of connect()
I can't use a debugger, because this code is an injected dll, and don't know how to use the qDebug()... (Sorry)Use qDebug() or your debugger to see whether the slot is called.
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 triedand got 4!! the information is there! but not being called... :-(Qt Code:
this->metaObject()->indexOfSlot("mySlot()")To copy to clipboard, switch view to plain text mode
I'm about to cry! anyone!?![]()
Bookmarks