![]() |
2010-11-17
, 07:25
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#2
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2010-11-17
, 08:06
|
Posts: 7 |
Thanked: 0 times |
Joined on Nov 2010
|
#3
|
Here is my code:
QMessageFilter filter(QMessageFilter::byType(QMessage::Sms));
int number=QMessageManager().countMessages(filter);
I think it's really simple