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

Method updateConfirmations

src/qt/transactiontablemodel.cpp:255–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void TransactionTableModel::updateConfirmations()
256{
257 // Blocks came in since last poll.
258 // Invalidate status (number of confirmations) and (possibly) description
259 // for all rows. Qt is smart enough to only actually request the data for the
260 // visible rows.
261 Q_EMIT dataChanged(index(0, Status), index(priv->size()-1, Status));
262 Q_EMIT dataChanged(index(0, ToAddress), index(priv->size()-1, ToAddress));
263}
264
265int TransactionTableModel::rowCount(const QModelIndex &parent) const
266{

Callers 1

pollBalanceChangedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected