wallet: Change output type globals to members

This commit is contained in:
MarcoFalke
2018-02-10 21:06:35 -05:00
parent 7be9a9a570
commit fab8a6f609
16 changed files with 84 additions and 92 deletions

View File

@@ -441,6 +441,8 @@ int AddressTableModel::lookupAddress(const QString &address) const
}
}
OutputType AddressTableModel::GetDefaultAddressType() const { return wallet->m_default_address_type; };
void AddressTableModel::emitDataChanged(int idx)
{
Q_EMIT dataChanged(index(idx, 0, QModelIndex()), index(idx, columns.length()-1, QModelIndex()));