Thread
:
QDBus and connect to com.nokia.csd.Call
View Single Post
vhs
2010-04-22 , 23:38
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.
Quote & Reply
|
vhs
View Public Profile
Send a private message to vhs
Find all posts by vhs