forked from Public/monero-gui
History: print address book description if available
This commit is contained in:
@@ -63,6 +63,11 @@ bool AddressBookModel::deleteRow(int row)
|
||||
m_addressBook->deleteRow(row);
|
||||
}
|
||||
|
||||
int AddressBookModel::lookupPaymentID(const QString &payment_id) const
|
||||
{
|
||||
return m_addressBook->lookupPaymentID(payment_id);
|
||||
}
|
||||
|
||||
QHash<int, QByteArray> AddressBookModel::roleNames() const
|
||||
{
|
||||
QHash<int, QByteArray> roleNames = QAbstractListModel::roleNames();
|
||||
|
||||
Reference in New Issue
Block a user