| 102 | } |
| 103 | |
| 104 | void |
| 105 | DataSaverUI::setIORate(qreal rate) |
| 106 | { |
| 107 | this->ui->ioBwProgress->setValue(static_cast<int>(rate * 100)); |
| 108 | this->refreshDiskUsage(); |
| 109 | } |
| 110 | |
| 111 | void |
| 112 | DataSaverUI::setRecordState(bool state) |
nothing calls this directly
no test coverage detected