Allow labels on recieve tab

This commit is contained in:
adityapk00
2018-11-21 17:56:48 -08:00
parent 44d26ddab7
commit 2c2eeca758
5 changed files with 147 additions and 16 deletions

View File

@@ -44,6 +44,9 @@ public:
// Remove a new address/label from the database
void removeAddressLabel(QString label, QString address);
// Update a label/address
void AddressBook::updateLabel(QString oldlabel, QString address, QString newlabel);
// Read all addresses
const QList<QPair<QString, QString>>& getAllAddressLabels();