View Single Post
Posts: 6 | Thanked: 3 times | Joined on Apr 2010
#8
If your conn.connect() returns true then the signal is definitely connected and if the signal is ever emitted your slot would get called.
If conn.connect returns true then the issues would be one of these:
>You are not connected to the right signal
>The signal is not getting emitted.