take sendtoaddr,myaddr and cid from contact object
This commit is contained in:
@@ -10,7 +10,7 @@ void ContactModel::renderContactList(QListWidget* view)
|
||||
}
|
||||
for(auto &c : AddressBook::getInstance()->getAllAddressLabels())
|
||||
{
|
||||
view->addItem(c.getPartnerAddress()); //hide
|
||||
view->addItem(c.getName());
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user