Advertisement
deimos

Untitled

Jun 30th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. QList<ContactAttribute> attributes = contact.attributes();
  2. for(int i = 0; i < attributes.size(); i++)
  3. {
  4. if(attributes.at(i).subKind() == AttributeSubKind::InstantMessagingBbmPin)
  5. qDebug() << attributes.at(i).value();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement