mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 17:07:26 -04:00
Addressbook: updated references to bitmonero
This commit is contained in:
@@ -36,7 +36,7 @@ QVariant AddressBookModel::data(const QModelIndex &index, int role) const
|
||||
return QVariant();
|
||||
}
|
||||
|
||||
Bitmonero::AddressBookRow * ar = m_addressBook->getRow(index.row());
|
||||
Monero::AddressBookRow * ar = m_addressBook->getRow(index.row());
|
||||
|
||||
QVariant result = "";
|
||||
switch (role) {
|
||||
|
||||
Reference in New Issue
Block a user