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

Method updateDisplayUnit

src/qt/receivecoinsdialog.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void ReceiveCoinsDialog::updateDisplayUnit()
139{
140 if(model && model->getOptionsModel())
141 {
142 ui->reqAmount->setDisplayUnit(model->getOptionsModel()->getDisplayUnit());
143 }
144}
145
146void ReceiveCoinsDialog::on_receiveButton_clicked()
147{

Callers

nothing calls this directly

Calls 3

getDisplayUnitMethod · 0.80
getOptionsModelMethod · 0.45
setDisplayUnitMethod · 0.45

Tested by

no test coverage detected