| 1014 | } |
| 1015 | |
| 1016 | void RPCConsole::setTrafficGraphRange(int mins) |
| 1017 | { |
| 1018 | ui->trafficGraph->setGraphRangeMins(mins); |
| 1019 | ui->lblGraphRange->setText(GUIUtil::formatDurationStr(mins * 60)); |
| 1020 | } |
| 1021 | |
| 1022 | void RPCConsole::updateTrafficStats(quint64 totalBytesIn, quint64 totalBytesOut) |
| 1023 | { |
nothing calls this directly
no test coverage detected