MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / updateDisplayUnit

Method updateDisplayUnit

src/qt/transactiontablemodel.cpp:674–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674void 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
682struct TransactionNotification

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected