Thread
:
QDBus and connect to com.nokia.csd.Call
View Single Post
prklic
2010-04-25 , 12:38
Posts: 9 | Thanked: 2 times | Joined on Apr 2010 @ Brno, Czech republic
#
12
Thanks for the kind. It works
. You can use for get the callnumber:
QList<QVariant> lst = msg.arguments();
QVAriant var;
foreach(var, lst)
{
SetText(var.toString());
}
Quote & Reply
|
The Following User Says Thank You to prklic For This Useful Post:
crabsody
prklic
View Public Profile
Send a private message to prklic
Find all posts by prklic