No, no....what I mean is that I put in
Qt Code:
connect(this, SIGNAL(connectToHost_SM()), this, SLOT(debugConnectToHost_SM()));To copy to clipboard, switch view to plain text mode
in order to see if connectToHost_SM() is emitted and debugConnectToHost_SM() just outputs a qDebug message so I can see that at runtime connectToHost_SM() is emitted.
jim
Bookmarks