forked from Public/monero-gui
fix invalid include paths, compilation warnings, update README.md
This commit is contained in:
@@ -50,7 +50,7 @@ void AddressBookModel::endReset(){
|
||||
endResetModel();
|
||||
}
|
||||
|
||||
int AddressBookModel::rowCount(const QModelIndex &parent) const
|
||||
int AddressBookModel::rowCount(const QModelIndex &) const
|
||||
{
|
||||
return m_addressBook->count();
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ void SubaddressAccountModel::endReset(){
|
||||
endResetModel();
|
||||
}
|
||||
|
||||
int SubaddressAccountModel::rowCount(const QModelIndex &parent) const
|
||||
int SubaddressAccountModel::rowCount(const QModelIndex &) const
|
||||
{
|
||||
return m_subaddressAccount->count();
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ void SubaddressModel::endReset(){
|
||||
endResetModel();
|
||||
}
|
||||
|
||||
int SubaddressModel::rowCount(const QModelIndex &parent) const
|
||||
int SubaddressModel::rowCount(const QModelIndex &) const
|
||||
{
|
||||
return m_subaddress->count();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user