#156 Prevent duplicate labels

This commit is contained in:
Aditya Kulkarni
2019-07-11 13:35:09 -07:00
parent 9d0a08ab0e
commit 3f3962708f
3 changed files with 38 additions and 7 deletions

View File

@@ -52,6 +52,8 @@ public:
// Get an address's first label
QString getLabelForAddress(QString address);
// Get a Label's address
QString getAddressForLabel(QString label);
private:
AddressBook();