create and add cid to Addressbook

This commit is contained in:
DenioD
2020-04-29 16:58:33 +02:00
parent 17cc83ab7b
commit dd48ab87eb
6 changed files with 72 additions and 29 deletions

View File

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