Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- QList<ContactAttribute> attributes = contact.attributes();
- for(int i = 0; i < attributes.size(); i++)
- {
- if(attributes.at(i).subKind() == AttributeSubKind::InstantMessagingBbmPin)
- qDebug() << attributes.at(i).value();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement