Hi,
i´ve a strange problem. I try to implement some kind of permanent event for an object deriving from QTcpSocket. My first idea was to use a simple timer be called all x-msecs. The problem is that I can´t connect to slots defined in my subclass - I checked out the internet and found this http://stackoverflow.com/questions/1...of-derived-one. All the points of the solution are applied but it´s still not working - any idea why it´s not working?
Furthermore I tried it with the timer of QObject-Baseclass - call startTimer() and implementing timerEvent(QEvent* event) - but the function is never called!??!
Is there a reason for this behaviour - do I miss something?!?!?
Bookmarks