render HushChat Address in Addressbook

This commit is contained in:
DenioD
2020-04-28 23:01:11 +02:00
parent 9b0dc41e56
commit a5020cbe24
5 changed files with 66 additions and 51 deletions

View File

@@ -46,7 +46,7 @@ public:
void addAddressLabel(QString label, QString address, QString myAddr);
// Remove a new address/label from the database
void removeAddressLabel(QString label, QString address);
void removeAddressLabel(QString label, QString address, QString myAddr);
// Update a label/address
void updateLabel(QString oldlabel, QString address, QString newlabel);