forked from Public/monero-gui
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) {
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define ADDRESSBOOKMODEL_H
|
||||
|
||||
#include <QAbstractListModel>
|
||||
//#include "wallet/wallet2_api.h" // we need to have an access to the Bitmonero::Wallet::AddressBook
|
||||
|
||||
class AddressBook;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user