emailuis/nmailuiwidgets/src/nmrecipientlineedit.cpp
changeset 48 10eaf342f539
parent 47 f83bd4ae1fe3
child 68 83cc6bae1de8
equal deleted inserted replaced
47:f83bd4ae1fe3 48:10eaf342f539
   130             contact.setAddress(contactEmailAddress);
   130             contact.setAddress(contactEmailAddress);
   131             contact.setDisplayName(contactName);
   131             contact.setDisplayName(contactName);
   132             
   132             
   133             // Add this NmAddress formated contact into mRecipientsAddedFromContacts.
   133             // Add this NmAddress formated contact into mRecipientsAddedFromContacts.
   134             mRecipientsAddedFromContacts.append(contact);
   134             mRecipientsAddedFromContacts.append(contact);
   135         } // end of for (int i = 0; i < contactList.count(); ++i)  
   135         } 
   136     }
   136     }
   137     else {
   137     else {
   138         //Request returned NULL 
   138         //Request returned NULL 
   139         NM_COMMENT("ContactsPicker request returned NULL.");
   139         NM_COMMENT("ContactsPicker request returned NULL.");
   140     }
   140     }