| 707 | } |
| 708 | |
| 709 | void TransactionTableModel::updateDisplayUnit() |
| 710 | { |
| 711 | // emit dataChanged to update Amount column with the current unit |
| 712 | Q_EMIT dataChanged(index(0, Amount), index(priv->size()-1, Amount)); |
| 713 | } |
| 714 | |
| 715 | void TransactionTablePriv::NotifyTransactionChanged(const uint256 &hash, ChangeType status) |
| 716 | { |