| 290 | } |
| 291 | |
| 292 | void |
| 293 | GenericInspector::applyConfig(void) |
| 294 | { |
| 295 | this->ui->setAppConfig(*this->mediator()->getAppConfig()); |
| 296 | } |
| 297 | |
| 298 | ///////////////////////////// Private methods ///////////////////////////////// |
| 299 | QString |
nothing calls this directly
no test coverage detected