| 158 | } |
| 159 | |
| 160 | void |
| 161 | DataSaverUI::applyConfig(void) |
| 162 | { |
| 163 | if (this->config->path.size() > 0) |
| 164 | this->setRecordSavePath(this->config->path); |
| 165 | } |
| 166 | |
| 167 | ///////////////////////////////// Slots //////////////////////////////////////// |
| 168 | void |
no test coverage detected