take sendtoaddr,myaddr and cid from contact object

This commit is contained in:
DenioD
2020-04-29 18:20:53 +02:00
parent dd48ab87eb
commit 1aa5a05589
4 changed files with 25 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ void ContactModel::renderContactList(QListWidget* view)
}
for(auto &c : AddressBook::getInstance()->getAllAddressLabels())
{
view->addItem(c.getPartnerAddress()); //hide
view->addItem(c.getName());
}