Setters
| 66 | |
| 67 | // Setters |
| 68 | void |
| 69 | DataSaverUI::setRecordSavePath(std::string const &path) |
| 70 | { |
| 71 | this->ui->savePath->setText(QString::fromStdString(path)); |
| 72 | this->refreshDiskUsage(); |
| 73 | } |
| 74 | |
| 75 | void |
| 76 | DataSaverUI::setSaveEnabled(bool enabled) |
no test coverage detected