| 672 | } |
| 673 | |
| 674 | void TransactionTableModel::updateDisplayUnit() |
| 675 | { |
| 676 | // emit dataChanged to update Amount column with the current unit |
| 677 | updateAmountColumnTitle(); |
| 678 | Q_EMIT dataChanged(index(0, Amount), index(priv->size()-1, Amount)); |
| 679 | } |
| 680 | |
| 681 | // queue notifications to show a non freezing progress dialog e.g. for rescan |
| 682 | struct TransactionNotification |