MCPcopy Create free account
hub / github.com/ElementsProject/elements / updateDisplayUnit

Method updateDisplayUnit

src/qt/transactiontablemodel.cpp:709–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709void 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
715void TransactionTablePriv::NotifyTransactionChanged(const uint256 &hash, ChangeType status)
716{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected