Quote Originally Posted by blue.death
No, i connected the stateChanged() signal to a slot so I can keep track of the state changes.
Do you have "QT += network" in your .pro file? Do you use threads? Maybe there's a loop that blocks the event loop in some other place?