![]() |
2011-04-27
, 13:47
|
|
Posts: 533 |
Thanked: 1,341 times |
Joined on Dec 2010
@ Italy
|
#2
|
QUrl smsUrl((QString("sms:%1").arg(message.to().first().addressee()))); smsUrl.addQueryItem("body",message.textContent()); hildon_uri_open(smsUrl.toString().toStdString().c_str(),NULL,NULL);
I tried to send a SMS to multiple numbers using this code:
What's wrong with my code, or how can I send a SMS to multiple contacts?
Many thanks.